Update release-drafter.yml

This commit is contained in:
Chris Titus 2024-09-22 12:49:07 -05:00
parent 5dc5fb5995
commit 6775e612c0

View File

@ -13,6 +13,8 @@ categories:
label: 'documentation' label: 'documentation'
- title: '🔒 Security' - title: '🔒 Security'
label: 'security' label: 'security'
- title: '🧰 GitHub Actions'
label: 'github actions'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: | template: |
## Changes ## Changes
@ -43,6 +45,14 @@ autolabeler:
- label: 'security' - label: 'security'
branch: branch:
- '/security\/.+/' - '/security\/.+/'
include-labels:
- 'documentation'
- 'bug'
- 'enhancement'
- 'security'
- 'github actions'
replacers: replacers:
- search: /"/g - search: /"/g
replace: '' replace: ''