Skip to content

Commit e113864

Browse files
authored
chore: bug is not a sufficient label (#5351)
Labels should correspond to a category in release-drafter.yml. This actually happened in the wild: PR #5235 was dumped into a generic "Changes" section of [release 0.55.0](https://github.com/vortex-data/vortex/releases/tag/0.55.0) rather than the bug fix section. Further in the past, #3587 was likewise uncategorized in [0.40.0](https://github.com/vortex-data/vortex/releases/tag/0.40.0). Signed-off-by: Daniel King <[email protected]>
1 parent 68873b3 commit e113864

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/labels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
run: |
2929
REQUIRED_LABELS=(
3030
"chore"
31-
"bug"
3231
"feature"
3332
"fix"
3433
"performance"

0 commit comments

Comments
 (0)