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
Auto backport - promoted-to-master label not having effect
Currently adding a label backport-x.x is enough to open a backport PR.
The issue is that the github action is only checking for backport labels while the script if we have args.pull_request will ignore completely this label again.
With this fix I'm setting the check for labels including the promoted_label outside of the else statement. This way the script will always check it.
Refs: scylladb/scylla-pkg#4979
0 commit comments