Skip to content

Commit f3a542b

Browse files
committed
ci: rebuild issue triage, PR labeler, and release notes
Combined issue-translator (#299) and issue-deduplicator (#298) into a single issue-triage.yml with deterministic translate→dedup sequencing and split inference/mutation permissions. Rebuilt pr-labeler (#301) with graceful label creation and live title refetch. Updated release.yml with --notes-start-tag for explicit range. Addresses all Sol review findings. Original ideas credited to Wibias. Co-authored-by: Wibias <37517432+Wibias@users.noreply.github.com> Based-on: PR #301, PR #298, PR #299
1 parent d869965 commit f3a542b

4 files changed

Lines changed: 602 additions & 27 deletions

File tree

.github/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# GitHub release notes category config.
2+
# Maps PR labels (applied by pr-labeler.yml) to release note section headings.
3+
# Docs: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
4+
5+
changelog:
6+
exclude:
7+
labels:
8+
- skip-changelog
9+
categories:
10+
- title: New Features
11+
labels:
12+
- enhancement
13+
- title: Bug Fixes
14+
labels:
15+
- bug
16+
- title: Documentation
17+
labels:
18+
- documentation
19+
- title: Chores
20+
labels:
21+
- chore
22+
- title: Other Changes
23+
labels:
24+
- "*"

0 commit comments

Comments
 (0)