Commit 07c498b
committed
feat(github): improve PR labeling and changelog generation
Autolabeler improvements:
- Always parse template checkboxes (removed size < 2 restriction)
- Better handling of update script + json + content label combinations
- Fixed documentation checkbox mapping to 'maintenance' label
Changelog config improvements:
- Added '🗑️ Deleted Scripts' category for delete script label
- Added '💾 Core' as main category (was subcategory under Maintenance)
- Renamed 'Unlabelled' to 'Uncategorized' with 'needs triage' label
- Removed Documentation subcategory (redundant with maintenance)
Changelog workflow improvements:
- Added fallback to 'Uncategorized' for PRs without matching labels
This ensures:
- PRs with ct/install + json changes + bugfix = 'update script' + 'bugfix'
- Core changes (misc/*.func) get their own changelog section
- Deleted scripts are tracked in changelog
- No PRs fall through without categorization1 parent c72823f commit 07c498b
File tree
5 files changed
+97
-50
lines changed- .github
- workflows
- docs/contribution
5 files changed
+97
-50
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| 89 | + | |
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
105 | | - | |
106 | | - | |
| |||
0 commit comments