merge-after-ci: init

This commit is contained in:
DavHau
2023-07-28 15:03:06 +02:00
parent 60ba233e77
commit dc09453617
4 changed files with 48 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
remoteName="${1:-origin}"
targetBranch="${2:-main}"
shift && shift
tea-create-pr "$remoteName" "$targetBranch" --assignees clan-bot "$@"