### What problem do you want to solve? Currently the `rewrite` repository sets `"extra-label": "triage:no"`, so Release Please PRs do not appear on the triage board. https://github.com/eslint/rewrite/blob/main/release-please-config.json#L5 However, some other repositories do not specify this option, which clutters the triage board: https://github.com/orgs/eslint/projects/3/views/1 <img width="329" height="308" alt="Image" src="https://github.com/user-attachments/assets/13d4c456-a39e-45fd-a230-1661317489c0" /> ### What do you think is the correct solution? Add missing `"extra-label": "triage:no"` to `release-please-config.json` to hide Release Please PRs from the triage board. ### Participation - [x] I am willing to submit a pull request for this change. ### AI acknowledgment - [x] I did not use AI to generate this issue report. - [ ] (If the above is not checked) I have reviewed the AI-generated content before submitting. ### Additional comments This issue is mainly for tracking, as this setup needs to be applied across repositories.
What problem do you want to solve?
Currently the
rewriterepository sets"extra-label": "triage:no", so Release Please PRs do not appear on the triage board.https://github.com/eslint/rewrite/blob/main/release-please-config.json#L5
However, some other repositories do not specify this option, which clutters the triage board:
Triage (view)
What do you think is the correct solution?
Add missing
"extra-label": "triage:no"torelease-please-config.jsonto hide Release Please PRs from the triage board.Participation
AI acknowledgment
Additional comments
This issue is mainly for tracking, as this setup needs to be applied across repositories.