diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 16:37:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 16:37:13 +0300 |
| commit | 8b10585b6534261d934c9760899fe3991c66b0ba (patch) | |
| tree | 07f770b9e35ff4dda56708f17e0b8fb317fddd88 /.github/workflows | |
| parent | ad7bed2ffb5347f4904ca59e7e1527c8e95cc7e7 (diff) | |
| download | ipaddrcheck-8b10585b6534261d934c9760899fe3991c66b0ba.tar.gz ipaddrcheck-8b10585b6534261d934c9760899fe3991c66b0ba.zip | |
ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#32)
Rollout 1c reference migration on vyos/ipaddrcheck prior to the default-
branch rename. Updates this repo's own trunk references current->rolling:
pr-mirror trigger branches, trigger-rebuild trigger branches (LTS entries
kept), and the AGENTS.md branch-model note. HIGH-producer pins were already
swept to @production in Task 2. Tracking: T8943
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index ce07349..5320e01 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: [current] + branches: [rolling] workflow_dispatch: inputs: sync_branch: diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml index f3f2bfd..aa92396 100644 --- a/.github/workflows/trigger-rebuild-repo-package.yml +++ b/.github/workflows/trigger-rebuild-repo-package.yml @@ -5,7 +5,7 @@ on: types: - closed branches: - - current + - rolling - circinus - sagitta workflow_dispatch: |
