Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrCai0907 committed Apr 7, 2024
1 parent 72c304a commit e20e8b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
message: |
✅ PR title meet the requirements.
comment_tag: PR title check result
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: thollander/actions-comment-pull-request@v2
if: failure()
with:
message: |
🚨 PR title does not meet the requirements. It must start with one of the following prefixes: 'feat:', 'fix:', 'chore:', 'break:'.
comment_tag: PR title check result
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e20e8b4

Please sign in to comment.