summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-07-16 17:22:17 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-07-16 17:22:17 +0300
commitf89ae1a678708fc865cd01690df4555bf760ad24 (patch)
treeea9264ee5bf0ae5b320c67a570f16d9e48cbda96
parentf443773a818dc726fe281e62cfcde9bfbef50049 (diff)
downloadvyos-documentation-t9096/retarget-current-refs-circinus.tar.gz
vyos-documentation-t9096/retarget-current-refs-circinus.zip
T9096: retire @current reusable-workflow refs (circinus)t9096/retarget-current-refs-circinus
The frozen 'current' compat alias on vyos/.github and vyos-cla-signatures is being retired. Retarget refs of surviving reusables to @production; drop callers of reusables that were retired from the central repo (replaced by Mergify central config / rulesets). 🤖 Generated by [robots](https://vyos.io)
-rw-r--r--.github/workflows/auto-author-assign.yml14
-rw-r--r--.github/workflows/check-open-prs-conflict.yml17
-rw-r--r--.github/workflows/check-pr-conflicts.yml2
-rw-r--r--.github/workflows/cla-check.yml2
4 files changed, 2 insertions, 33 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml
deleted file mode 100644
index 61612cce..00000000
--- a/.github/workflows/auto-author-assign.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: "PR Triage"
-on:
- pull_request_target:
- types: [opened, reopened, ready_for_review, locked]
-
-
-permissions:
- pull-requests: write
- contents: read
-
-jobs:
- assign-author:
- uses: vyos/.github/.github/workflows/assign-author.yml@current
- secrets: inherit
diff --git a/.github/workflows/check-open-prs-conflict.yml b/.github/workflows/check-open-prs-conflict.yml
deleted file mode 100644
index 52b11938..00000000
--- a/.github/workflows/check-open-prs-conflict.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: "Open PRs Conflicts checker"
-on:
- push:
- branches:
- - current
- - sagitta
- - circinus
- workflow_dispatch:
-
-permissions:
- contents: read
- pull-requests: write
-
-jobs:
- check-pr-conflict-call:
- uses: vyos/.github/.github/workflows/check-open-prs-conflict.yml@current
- secrets: inherit
diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml
index f09e6641..c9dd08b3 100644
--- a/.github/workflows/check-pr-conflicts.yml
+++ b/.github/workflows/check-pr-conflicts.yml
@@ -10,5 +10,5 @@ permissions:
jobs:
check-pr-conflict-call:
- uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current
+ uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@production
secrets: inherit
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml
index 625ff78f..7961cf72 100644
--- a/.github/workflows/cla-check.yml
+++ b/.github/workflows/cla-check.yml
@@ -14,5 +14,5 @@ on:
jobs:
call-cla-assistant:
- uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current
+ uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@production
secrets: inherit \ No newline at end of file