Skip to content

Commit

Permalink
chore: fix for 'Check commit titles'
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed Dec 13, 2023
1 parent 00985d7 commit 469a8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comit-titles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
curl ${{ github.event.pull_request.commits_url }} > commits.txt
cat commits.txt | jq -r '.[].commit.message' > titles.txt
grep -vE '(chore|feat|fix|refactor)(\(\S+\))?!?: [a-z]+' titles.txt || \
grep -vE '(chore|feat|fix|refactor)(\(\S+\))?!?: [a-z]+' titles.txt && \
(
echo -e "\nThe titles above should be fixed.";
echo "Please check your commit titles, they should correspond to https://www.conventionalcommits.org/en/v1.0.0/";
Expand Down

0 comments on commit 469a8de

Please sign in to comment.