Skip to content

Commit 3053fe8

Browse files
authored
Update release-draft-template.yml
1 parent 3aa6bef commit 3053fe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/release-draft-template.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version-resolver:
88
- 'breaking-change'
99
default: patch
1010
categories:
11-
- title: 'Breaking changes'
11+
- title: 'Breaking changes ⚠️'
1212
label: 'breaking-change'
1313
template: |
1414
## Changes
@@ -21,3 +21,5 @@ sort-direction: 'ascending'
2121
replacers:
2222
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
2323
replace: ''
24+
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
25+
replace: ''

0 commit comments

Comments
 (0)