diff options
| -rw-r--r-- | .github/workflows/check-open-prs-conflict.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/check-open-prs-conflict.yml b/.github/workflows/check-open-prs-conflict.yml index 52b11938..3aa9ce05 100644 --- a/.github/workflows/check-open-prs-conflict.yml +++ b/.github/workflows/check-open-prs-conflict.yml @@ -3,6 +3,7 @@ on: push: branches: - current + - rolling - sagitta - circinus workflow_dispatch: diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index dca33b4c..cc79a0c5 100644 --- a/.github/workflows/pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -3,7 +3,7 @@ name: PR Mirror and Repo Sync on:
pull_request_target:
types: [closed]
- branches: [current]
+ branches: [current, rolling]
workflow_dispatch:
inputs:
sync_branch:
@@ -13,6 +13,7 @@ on: type: choice
options:
- current
+ - rolling
permissions:
pull-requests: write
|
