Skip to content

Commit

Permalink
Merge branch 'main' into suggest-pr-name
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored Dec 30, 2023
2 parents ab70eb2 + 2dd2a54 commit 37484e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-convention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
echo "Modified files: ${{ steps.file_changes.outputs.modified }}"
echo "Deleted files: ${{ steps.file_changes.outputs.deleted }}"
- uses: actions/clubhouse-pr@v2
with:
regex: '^[a-zA-Z]+(\([a-zA-Z]+\))?: .+'
allowed_prefixes: "feat,fix,docs,style,refactor,test,chore,ci,perf,revert"
prefix_case_sensitive: false

- uses: actions/clubhouse-pr@v2
with:
ghToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 37484e1

Please sign in to comment.