Don't add useless labels which will bother changelog generation (#37267)

When generating release notes for v1.26, many pull requests haven't been
given correct labels so that I have to do many manual work. I think this
could be avoid to remove these useless modify labels.
This commit is contained in:
Lunny Xiao
2026-04-19 11:34:40 -07:00
committed by GitHub
parent 99cd709bd6
commit a17d5ebe16
2 changed files with 1 additions and 81 deletions

View File

@@ -37,10 +37,7 @@ groups:
name: BUGFIXES
labels:
- type/bug
-
name: API
labels:
- modifies/api
-
name: TESTING
labels: