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
For 3.9/3.10 it added a message about the backport to the original PR, but complained in the checks that the issue number wasn't valid, so I had to remove it from the title
All backport PRs had the skip issue (and skip news) labels. I also noticed that the original PR didn't have the needs backport to 3.7/3.8 labels, and after adding them and editing the title to retrigger the check, it added the message and failed the check.
I would expect it to:
not fail the check if the PR has a skip issue label
add a message to the original PR even if the needs backport to * label is missing
The text was updated successfully, but these errors were encountered:
I was trying to backport python/cpython#32342 with
cherry_picker
, and:All backport PRs had the
skip issue
(andskip news
) labels. I also noticed that the original PR didn't have theneeds backport to 3.7/3.8
labels, and after adding them and editing the title to retrigger the check, it added the message and failed the check.I would expect it to:
skip issue
labelneeds backport to *
label is missingThe text was updated successfully, but these errors were encountered: