From 8b10585b6534261d934c9760899fe3991c66b0ba Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sat, 30 May 2026 16:37:13 +0300 Subject: 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 --- .github/workflows/pr-mirror-repo-sync.yml | 2 +- .github/workflows/trigger-rebuild-repo-package.yml | 2 +- AGENTS.md | 2 +- 3 files changed, 3 insertions(+), 3 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: diff --git a/AGENTS.md b/AGENTS.md index ba2e3e5..7c39d50 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -37,7 +37,7 @@ One of the canonical 14 VyOS-image build packages, listed in an internal reposit ## Conventions - Commit / PR title format: `component: T12345: description` (Phorge task ID at https://vyos.dev mandatory). Enforced by `vyos/.github` reusable workflows where consumed. -- Branch model: `current` (rolling), `circinus` (1.5 LTS), `sagitta` (1.4 LTS), `equuleus` (1.3 LTS). +- Branch model: `rolling`, `circinus` (1.5 LTS), `sagitta` (1.4 LTS), `equuleus` (1.3 LTS). - Maintained by the VyOS team (`maintainers@vyos.net`); license is GPL-2 + LGPL-2.1 dual. ## Notes for future contributors -- cgit v1.2.3