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", "origin",
"upstream", "upstream",
"main", "main",
"--assignees",
",".join(["clan-bot", *args.reviewers]),
*(["--labels", "needs-review"] if not args.no_review else []), *(["--labels", "needs-review"] if not args.no_review else []),
*args.args, *args.args,
] ]

View File

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