Skip to content

Commit 374cf89

Browse files
committed
Add replacer for github actions bot
1 parent a38f556 commit 374cf89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ categories:
3434
exclude-labels:
3535
- "skip changelog"
3636
change-template: "- $TITLE (#$NUMBER) by @$AUTHOR"
37+
replacers:
38+
- search: '/(?:and )?@github-actions(?:\[bot\])?,?/g'
39+
replace: ""
3740
template: |
3841
$CHANGES
3942

0 commit comments

Comments
 (0)