Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed May 17, 2024
1 parent 5b55dfb commit aaa2047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Check PR Title
uses: clowdhaus/actions/pr-title@v0.1.0
with:
on-fail-message: "Your PR title doesn't match the required format. The title should be in this format: \n\n```\nchore: add pr title workflow\n```"
on-fail-message: "Your PR title doesn't match the required format. The title should be in this format: \n\n```\nchore: add pr title workflow\nfix: an issue\n\nfeat: add new feature\n\nbreaking: a breaking change\n```"
title-regex: '^(chore|feat|fix|breaking)?(!)?\:\s.*$'
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aaa2047

Please sign in to comment.