Skip to content

Commit

Permalink
feat(gha): add latest version of bumper (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
aamkye committed May 10, 2024
2 parents a7e2647 + 68e01db commit 98f7cc9
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 12 deletions.
15 changes: 15 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
early_access: false
reviews:
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
ignore_title_keywords: []
drafts: false
chat:
auto_reply: true
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @aamkye
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Warsaw"
labels:
- "gha"
- "dependencies"
2 changes: 0 additions & 2 deletions .github/workflows/laberer.yml → .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: laberer

on:
pull_request:

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: pre_commit

on:
push:
branches:
Expand All @@ -9,7 +7,7 @@ on:
- main

jobs:
checks:
pre_commit:
runs-on: ubuntu-latest
env:
GITHUB_APP_ID: ${{ vars.GH_APP_ID }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/semantic_pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: semantic_pr_name

on:
pull_request:
branches:
- main

jobs:
validate:
semantic_pr_name:
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tag_bumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: bumper
uses: inetum-poland/action-bumper@v2.0.6
uses: inetum-poland/action-bumper@latest
with:
fail_if_no_bump: true
bump_semver: true
add_latest: true
4 changes: 1 addition & 3 deletions .github/workflows/trufflehog.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: trufflehog

on:
push:
branches:
- main
pull_request:

jobs:
secret_scanning:
trufflehog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 98f7cc9

Please sign in to comment.