diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index 53f7068..93faad0 100644 --- a/.github/workflows/pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -1,9 +1,10 @@ # .github/workflows/pr-mirror-repo-sync.yml — CANARY WRAPPER -# DO NOT EDIT — managed by mirror-pipeline Rollout 1a. -# Pinned to vyos/.github@feature/rollout-1-app-tokens for canary verification. -# Rollout 1b Task 7 Step 9 will (1) merge the feature branch to @current -# and (2) update this wrapper's pin to @current. Or this entire repo will -# be deleted after Rollout 1a passes. +# DO NOT EDIT — managed by mirror-pipeline rollouts. +# Pinned to vyos/.github@feature/rollout-2-inclusion for Rollout 2 canary +# verification (T8943). After Rollout 2 canary passes, Plan Task 3 Step 8 +# restores this pin to @production. Original snapshot preserved at +# /tmp/rollout-2/canary-wrapper-original.yml; emergency restore script at +# /tmp/rollout-2/canary-emergency-restore.sh. name: PR Mirror and Repo Sync on: @@ -26,7 +27,7 @@ jobs: if: | github.repository_owner == 'vyos' && (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch') - uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@feature/rollout-1-app-tokens + uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@feature/rollout-2-inclusion with: sync_branch: ${{ inputs.sync_branch || github.event.pull_request.base.ref }} secrets: inherit |
