Commit 7818333
authored
Replace hardcoded label list with kind/* label convention (#5)
* Replace hardcoded label list with kind/* label convention
Aligns the PR label checker with the convention used across other Hyperlight projects, which require exactly one kind/* prefixed label instead of matching against a brittle hardcoded list. This ensures consistency across the organization and removes the need to manually update allowed labels when new categories are added. Fixes #4
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
* Update issue label checker to use lifecycle/* label convention
Aligns the issue label checker with the convention used across other Hyperlight projects by using lifecycle/* prefixed labels instead of plain 'needs review'. Ensures exactly one lifecycle label is applied, replacing any extras with lifecycle/needs-review.
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
---------
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>1 parent b1baee1 commit 7818333
2 files changed
Lines changed: 28 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
0 commit comments