diff options
| author | Yuriy Andamasov <andamasov@gmail.com> | 2026-06-01 02:01:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-01 02:01:00 +0300 |
| commit | 5c604df2fc376e7f325e0b24c02feac6c3d1083d (patch) | |
| tree | 8861bdd5b28da4754ad81707534aec8fb1850b91 | |
| parent | 915591fc3e3666e9e563839ba9f1c08e04f4e1e9 (diff) | |
| download | vyos-http-api-tools-5c604df2fc376e7f325e0b24c02feac6c3d1083d.tar.gz vyos-http-api-tools-5c604df2fc376e7f325e0b24c02feac6c3d1083d.zip | |
T8943: migrate pr-mirror wrapper to canonical stub (#50)
Mirror Pipeline Rollout 2 Task 6. Uniform canonical wrapper:
trigger branches [rolling, production], permissions: contents: read,
drop redundant wrapper-level MIRROR_ENABLED guard (now central).
🤖 Generated by [robots](https://vyos.io)
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index 5320e01..0f16633 100644 --- a/.github/workflows/pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -6,7 +6,7 @@ name: PR Mirror and Repo Sync on: pull_request_target: types: [closed] - branches: [rolling] + branches: [rolling, production] workflow_dispatch: inputs: sync_branch: @@ -14,16 +14,13 @@ on: type: string permissions: - contents: write - pull-requests: write - issues: write + contents: read jobs: call: if: | github.repository_owner == 'vyos' && (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch') - && vars.MIRROR_ENABLED != 'false' uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@production with: sync_branch: ${{ inputs.sync_branch || github.event.pull_request.base.ref }} |
