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 da0b76d commit 46bda72Copy full SHA for 46bda72
1 file changed
.github/workflows/bot-changelog-trigger.yml
@@ -20,7 +20,7 @@ jobs:
20
env:
21
PR_TITLE: ${{ github.event.pull_request.title }}
22
run: |
23
- if echo "$PR_TITLE" | grep -qiE '^\[(feature|fix|change)\]'; then
+ if echo "$PR_TITLE" | grep -qiE '^\[(feature|fix|change!?)\]'; then
24
echo "has_noteworthy=true" >> $GITHUB_OUTPUT
25
fi
26
0 commit comments