summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-30 19:15:00 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-30 19:15:00 +0300
commitbbd0b2837226ba673e7c5868f069f58c32aef141 (patch)
tree57d06599258a4fd626c03194c772efe1f6d71454
parentbeecc8d2ff26f7e859d3d69156ddb2f633ba9d61 (diff)
downloadlibnss-tacplus-chore/rollout-1c-libnss-tacplus-rolling.tar.gz
libnss-tacplus-chore/rollout-1c-libnss-tacplus-rolling.zip
ci: T8943: migrate libnss-tacplus refs master->rolling (rollout 1c alignment)chore/rollout-1c-libnss-tacplus-rolling
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml
index 5a427a6..7741a36 100644
--- a/.github/workflows/pr-mirror-repo-sync.yml
+++ b/.github/workflows/pr-mirror-repo-sync.yml
@@ -3,16 +3,16 @@ name: PR Mirror and Repo Sync
on:
pull_request_target:
types: [closed]
- branches: [master]
+ branches: [rolling]
workflow_dispatch:
inputs:
sync_branch:
description: 'Branch to mirror'
required: true
- default: 'master'
+ default: 'rolling'
type: choice
options:
- - master
+ - rolling
permissions:
pull-requests: write
@@ -29,7 +29,7 @@ jobs:
)
uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@production
with:
- sync_branch: ${{ github.event.inputs.sync_branch || 'master' }}
+ sync_branch: ${{ github.event.inputs.sync_branch || 'rolling' }}
secrets:
PAT: ${{ secrets.PAT }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}