Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Jul 15, 2024
1 parent f5297f1 commit 3f1b8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo 'Check that PR is of the form `<subsystem>: <lowercase message>` :monocle_face:' >> $GITHUB_STEP_SUMMARY
url='https://docs.scion.org/en/latest/dev/git.html#good-commit-messages'
if [[ ! "$TITLE" =~ ^[a-z0-9,/]*:[[:space:]] ]]; then
echo '::warning {The PR title should start with `<substystem>: `.<br>See '"$url"'}'
echo '::warning::The PR title should start with `<substystem>: `.<br>See '"$url"
exit 1
fi
# Title should be lower case; initialisms and identifiers still occur occasionally and should be allowed.
Expand Down

0 comments on commit 3f1b8d3

Please sign in to comment.