Skip to content

Commit

Permalink
ci(prtitle): L3-2357 relax enforcement for dependabot PRs (#172)
Browse files Browse the repository at this point in the history
ci(prtitle): L3-2357 relax enforcement for dependabot
  • Loading branch information
scottdickerson authored Jun 13, 2024
1 parent 1c30dba commit e2a0b76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.GH_TOKEN }}
command: squash and merge
1 change: 1 addition & 0 deletions .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Expand Down
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export default {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [0],
},
helpUrl: 'https://www.conventionalcommits.org/en/v1.0.0/',
};

0 comments on commit e2a0b76

Please sign in to comment.