Skip to content

Commit 2a2d011

Browse files
committed
Make mention (@ in front of name) in CHANGELOG entry optional
1 parent 82edf1f commit 2a2d011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/require-changelog-for-PRs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
echo "Added lines in CHANGELOG.md:"
3131
echo "$ADDED"
3232
echo "Grepping for PR info (see CONTRIBUTING.md):"
33-
grep "#${PR_NUMBER}\\b.*@${PR_SUBMITTER}\\b" <<< "$ADDED"
33+
grep "#${PR_NUMBER}\\b.*${PR_SUBMITTER}\\b" <<< "$ADDED"

0 commit comments

Comments
 (0)