summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-10 14:48:03 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-10 14:48:03 +0300
commit6e90f913fa2c244418d95f741e0e9628f05578de (patch)
tree4de3c08245e12d8a4db890277ab5dde144931abe /.github
parentab17f4d42034404f3cf5f5c64c01705345c7ead7 (diff)
downloadvyos-documentation-6e90f913fa2c244418d95f741e0e9628f05578de.tar.gz
vyos-documentation-6e90f913fa2c244418d95f741e0e9628f05578de.zip
ci: add rolling to workflow branch triggers ahead of current→rolling rename
Defensive pre-flight for the planned rename of the default branch from current to rolling. Adds rolling alongside current to push/pull-request triggers and to the manual dispatch choice list so workflows continue to fire across the rename atomically. Workflow input defaults remain on current — they will be flipped, and current dropped, in the post-rename cleanup PR. Cosmetic naming (submodules.yml job/branch names, conf.py fallback, README, PR template link) is intentionally deferred to that cleanup PR to avoid documenting a branch that does not yet exist. 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-open-prs-conflict.yml1
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml3
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/check-open-prs-conflict.yml b/.github/workflows/check-open-prs-conflict.yml
index 52b11938..3aa9ce05 100644
--- a/.github/workflows/check-open-prs-conflict.yml
+++ b/.github/workflows/check-open-prs-conflict.yml
@@ -3,6 +3,7 @@ on:
push:
branches:
- current
+ - rolling
- sagitta
- circinus
workflow_dispatch:
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml
index dca33b4c..cc79a0c5 100644
--- a/.github/workflows/pr-mirror-repo-sync.yml
+++ b/.github/workflows/pr-mirror-repo-sync.yml
@@ -3,7 +3,7 @@ name: PR Mirror and Repo Sync
on:
pull_request_target:
types: [closed]
- branches: [current]
+ branches: [current, rolling]
workflow_dispatch:
inputs:
sync_branch:
@@ -13,6 +13,7 @@ on:
type: choice
options:
- current
+ - rolling
permissions:
pull-requests: write