Skip to content

Commit

Permalink
Update .github/workflows/pr-prefix.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Joongi Kim <[email protected]>
  • Loading branch information
Yaminyam and achimnol authored Jan 29, 2024
1 parent c9f063b commit 462b053
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pr-prefix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
then
echo "PR title is valid"
else
echo "PR title is invalid"
echo "PR title is invalid."
echo "Use the title prefixes like:"
echo " feat: (for new features and functionality)"
echo " fix: (for bug fixes and revisions on how things work)"
echo " docs: (for docs, docstring, and comment changes)"
echo " refactor: (for refactoring and revisions on how things are related)"
echo " ci: (for changes related to CI/CD workflows)"
echo " chore(...): (for changes related to repo/build configs, dependencies, etc.)"
echo "following the conventional commit style."
exit 1
fi

0 comments on commit 462b053

Please sign in to comment.