1
0
forked from clan/clan-core

Merge pull request 'merge-after-ci: set labels correctly' (#981) from DavHau-dave into main

This commit is contained in:
clan-bot 2024-03-13 12:20:20 +00:00
commit e67ac52a33
2 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,8 @@ subprocess.run(
"origin",
"main",
"--assignees",
"clan-bot",
*([*args.reviewers] if args.reviewers else []),
",".join(["clan-bot", *args.reviewers]),
*(["--labels", "needs-review"] if not args.no_review else []),
*args.args,
]
)

View File

@ -30,5 +30,4 @@ tea pr create \
--description "$rest" \
--head "$tempRemoteBranch" \
--base "$targetBranch" \
--labels "needs-review" \
"$@"