mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-15 07:10:43 +01:00
Make mention (@ in front of name) in CHANGELOG entry optional
This commit is contained in:
parent
3691c9945a
commit
ea17f6ad28
@ -30,4 +30,4 @@ jobs:
|
|||||||
echo "Added lines in CHANGELOG.md:"
|
echo "Added lines in CHANGELOG.md:"
|
||||||
echo "$ADDED"
|
echo "$ADDED"
|
||||||
echo "Grepping for PR info (see CONTRIBUTING.md):"
|
echo "Grepping for PR info (see CONTRIBUTING.md):"
|
||||||
grep "#${PR_NUMBER}\\b.*@${PR_SUBMITTER}\\b" <<< "$ADDED"
|
grep "#${PR_NUMBER}\\b.*${PR_SUBMITTER}\\b" <<< "$ADDED"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user