summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-01 02:00:54 +0300
committerGitHub <noreply@github.com>2026-06-01 02:00:54 +0300
commit9c13e268ae30c7a7d44b7cdfc66a35dbb3904ce4 (patch)
tree2b461d8ab5e3fb6b9c5bc3bd65259784ee2a3f0b /.github/workflows
parent1b1b5c88ad58480ef9f3f352ca867cdb55c3548d (diff)
downloadvyos-cloud-init-9c13e268ae30c7a7d44b7cdfc66a35dbb3904ce4.tar.gz
vyos-cloud-init-9c13e268ae30c7a7d44b7cdfc66a35dbb3904ce4.zip
T8943: migrate pr-mirror wrapper to canonical stub (#105)
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)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml7
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 5320e012..0f16633f 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 }}