We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82edf1f commit 2a2d011Copy full SHA for 2a2d011
.github/workflows/require-changelog-for-PRs.yml
@@ -30,4 +30,4 @@ jobs:
30
echo "Added lines in CHANGELOG.md:"
31
echo "$ADDED"
32
echo "Grepping for PR info (see CONTRIBUTING.md):"
33
- grep "#${PR_NUMBER}\\b.*@${PR_SUBMITTER}\\b" <<< "$ADDED"
+ grep "#${PR_NUMBER}\\b.*${PR_SUBMITTER}\\b" <<< "$ADDED"
0 commit comments