You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bot should be able to automatically create an issue whenever we stick a Backport to: xxx label on a PR. There will be one issue created for each branch we want to backport to. The name of the issue should be unique so that we can easily close(wont fix)/close(finished)/re-open.
When the Backport me: xxx label is added, if a backport issue already exists: we make sure it is open. If the issue does not exist, we create it. When we remove the label, we close the corresponding issue, we no longer need to backport. When we create the backport PR, we link the corresponding issue in the PR's body so the issue can be automatically closed as we merge the backport PR.
The text was updated successfully, but these errors were encountered:
The bot should be able to automatically create an issue whenever we stick a
Backport to: xxx
label on a PR. There will be one issue created for each branch we want to backport to. The name of the issue should be unique so that we can easily close(wont fix)/close(finished)/re-open.When the
Backport me: xxx
label is added, if a backport issue already exists: we make sure it is open. If the issue does not exist, we create it. When we remove the label, we close the corresponding issue, we no longer need to backport. When we create the backport PR, we link the corresponding issue in the PR's body so the issue can be automatically closed as we merge the backport PR.The text was updated successfully, but these errors were encountered: