Skip to content

Commit

Permalink
Update pr-checker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
smog-root authored Oct 20, 2024
1 parent 58f3fe1 commit e81f05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if not re.search(r'Fixes #[0-9]+', pr_description):

# Check if the PR title starts with FIX, FEAT, or DOC
if not re.match(r'^(FIX|FEAT|DOC)', pr_title):
print('The PR title should start with FIX, FEAT, or DOC.')
print('The PR title should start with Fixes, Closes, or FIX.')
sys.exit(1)

print('PR description and title are valid.')
Expand Down

0 comments on commit e81f05a

Please sign in to comment.