Fixing merge-after-ci

This commit is contained in:
2023-10-23 02:12:42 +02:00
parent f1b66d7996
commit 9238225556
3 changed files with 3 additions and 2 deletions

View File

@@ -21,6 +21,6 @@ writeShellApplication {
remoteName="''${1:-origin}"
targetBranch="''${2:-main}"
shift && shift
tea-create-pr "$remoteName" "$targetBranch" --assignees clan-bot "$@"
tea-create-pr "$remoteName" "$targetBranch" --assignees consulting-bot "$@"
'';
}