merge-after-ci: set labels correctly
This commit is contained in:
@@ -17,8 +17,8 @@ subprocess.run(
|
|||||||
"origin",
|
"origin",
|
||||||
"main",
|
"main",
|
||||||
"--assignees",
|
"--assignees",
|
||||||
"clan-bot",
|
",".join(["clan-bot", *args.reviewers]),
|
||||||
*([*args.reviewers] if args.reviewers else []),
|
*(["--labels", "needs-review"] if not args.no_review else []),
|
||||||
*args.args,
|
*args.args,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -30,5 +30,4 @@ tea pr create \
|
|||||||
--description "$rest" \
|
--description "$rest" \
|
||||||
--head "$tempRemoteBranch" \
|
--head "$tempRemoteBranch" \
|
||||||
--base "$targetBranch" \
|
--base "$targetBranch" \
|
||||||
--labels "needs-review" \
|
|
||||||
"$@"
|
"$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user