Skip to content

Commit 9c24d93

Browse files
authored
Fix label key formatting in release-drafter.yml
Signed-off-by: Kishore B <[email protected]>
1 parent 14eb2f6 commit 9c24d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ categories:
2828
- 'area/ci'
2929
- 'area/tests'
3030
- title: 📖 Documentation
31-
label: 'area/docs'
31+
labels: 'area/docs'
3232
- title: 🔒 Security
33-
label: 'security'
33+
labels: 'security'
3434
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
3535
template: |
3636
## What's New

0 commit comments

Comments
 (0)