Updated bug triage document to highlight importance of using backport labels, and not add release labels manually (#33343)

This commit is contained in:
Stian Thorgersen 2024-09-27 13:58:04 +02:00 committed by GitHub
parent c92dc98b90
commit 9657a3ac8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,3 +97,7 @@ When triaging or fixing an issue consider if the fix should be backported. If it
corresponding `backport/<release branch>` label.
For convenience, use the `.github/scripts/pr-backport.sh` to help create the backport PRs.
By adding a `backport/<release branch>` label to the issue it is automatically added to the patch release project, and
additionally when merging the PR the `backport/<release branch>` is automatically replaced with a `release/x.y.z` label.
Please do not add `release/x.y.z` manually!