Skip to content

Commit

Permalink
[chore](ci)Standardize PR title prefixes to maintain a consistent style.
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Aug 23, 2024
1 parent 47aa834 commit 9a81dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/title-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
uses: ./.github/actions/action-pr-title
with:
regex: '\[([a-zA-Z0-9 \-_])+\]\(([a-zA-Z0-9 \-_])+\)(.*)'
allowed_prefixes: 'feature,fix,feat,improve,improvement,chore,hotfix,enhancement' # title should start with the given prefix
allowed_prefixes: '[feature],[fix],[feat],[improve],[improvement],[chore],[hotfix],[enhancement]' # title should start with the given prefix
github_token: ${{ github.token }}

0 comments on commit 9a81dd4

Please sign in to comment.