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 979d957 commit c5dfe4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/title-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +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
github_token: ${{ github.token }}

0 comments on commit c5dfe4d

Please sign in to comment.