mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Merge pull request #32720 from ClickHouse/Avogar-patch-1
Update backport.py
This commit is contained in:
commit
b4f3600e84
@ -74,7 +74,7 @@ class Backport:
|
|||||||
|
|
||||||
# First pass. Find all must-backports
|
# First pass. Find all must-backports
|
||||||
for label in pr['labels']['nodes']:
|
for label in pr['labels']['nodes']:
|
||||||
if label['name'] == 'pr-bugfix' or label['name'] == 'pr-must-backport':
|
if label['name'] == 'pr-must-backport':
|
||||||
backport_map[pr['number']] = branch_set.copy()
|
backport_map[pr['number']] = branch_set.copy()
|
||||||
continue
|
continue
|
||||||
matched = RE_MUST_BACKPORT.match(label['name'])
|
matched = RE_MUST_BACKPORT.match(label['name'])
|
||||||
|
Loading…
Reference in New Issue
Block a user