diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-16 17:22:17 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-16 17:22:17 +0300 |
| commit | f89ae1a678708fc865cd01690df4555bf760ad24 (patch) | |
| tree | ea9264ee5bf0ae5b320c67a570f16d9e48cbda96 /.github/workflows/check-pr-conflicts.yml | |
| parent | f443773a818dc726fe281e62cfcde9bfbef50049 (diff) | |
| download | vyos-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)
Diffstat (limited to '.github/workflows/check-pr-conflicts.yml')
| -rw-r--r-- | .github/workflows/check-pr-conflicts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
