We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926fd56 commit dc5707bCopy full SHA for dc5707b
utils/github/backport.py
@@ -74,7 +74,7 @@ def execute(self, repo, upstream, until_commit, run_cherrypick):
74
75
# First pass. Find all must-backports
76
for label in pr['labels']['nodes']:
77
- if label['name'] == 'pr-bugfix' or label['name'] == 'pr-must-backport':
+ if label['name'] == 'pr-must-backport':
78
backport_map[pr['number']] = branch_set.copy()
79
continue
80
matched = RE_MUST_BACKPORT.match(label['name'])
0 commit comments