Merge pull request 'remove clan-bot' (#2999) from ci into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2999
This commit is contained in:
Mic92
2025-03-11 15:00:53 +00:00
2 changed files with 0 additions and 3 deletions

View File

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

View File

@@ -72,7 +72,6 @@ fi
git push --force -u "$remoteFork" HEAD:refs/heads/"$tempRemoteBranch"
tea pr create \
--repo "$repo" \
--head "$user:$tempRemoteBranch" \