Skip to content

Commit

Permalink
point to docs and add a couple extra options
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jan 16, 2024
1 parent 6ba7217 commit 20c5bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- name: validate
run: |
echo "${{ github.event.pull_request.title }}" | grep -Eq '^(feat|fix|chore|refactor|enhance)\(.*\):.*$' && (echo "Pass"; exit 0) || (echo "Incorrect Format"; exit 1)
echo "${{ github.event.pull_request.title }}" | grep -Eq '^(feat|fix|chore|refactor|enhance|test|docs)\(.*\):.*$' && (echo "Pass"; exit 0) || (echo "Incorrect Format. Please see https://go-vela.github.io/docs/community/contributing_guidelines/#development-workflow"; exit 1)

0 comments on commit 20c5bf6

Please sign in to comment.