mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 22:03:30 +03:00
one more PR
This commit is contained in:
parent
0979ee781d
commit
97865a007c
File diff suppressed because one or more lines are too long
@ -104,7 +104,14 @@ def process_pr(pr_number):
|
||||
|
||||
|
||||
# prs = get_last_n_pr_nums(4)
|
||||
prs = ["429", "420", "414", "409", "407"] # feel free to paste some some specific PRs
|
||||
prs = [
|
||||
"425",
|
||||
"429",
|
||||
"420",
|
||||
"414",
|
||||
"409",
|
||||
"407",
|
||||
] # feel free to paste some some specific PRs
|
||||
|
||||
branches = [process_pr(pr) for pr in prs]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user