Skip to content

Commit 46bda72

Browse files
authored
[fix] Triggered changelog bot for backward incompatible changes (#725)
Update the changelog bot trigger so PR titles marked with [change!] run the reusable changelog workflow.
1 parent da0b76d commit 46bda72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-changelog-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
PR_TITLE: ${{ github.event.pull_request.title }}
2222
run: |
23-
if echo "$PR_TITLE" | grep -qiE '^\[(feature|fix|change)\]'; then
23+
if echo "$PR_TITLE" | grep -qiE '^\[(feature|fix|change!?)\]'; then
2424
echo "has_noteworthy=true" >> $GITHUB_OUTPUT
2525
fi
2626

0 commit comments

Comments
 (0)