summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-01 12:47:07 +0300
committerGitHub <noreply@github.com>2026-06-01 12:47:07 +0300
commit2193451dc972cfa92b842a3e4b28624e1509bfea (patch)
treebecdab89446b8a62d18981efc3cd455e68a96204
parentac174d7a657456f1cd6be27474e983525e263fd4 (diff)
parent8ea483e65d5263204e6b1531552a45045193e96c (diff)
downloadmirror-canary-2193451dc972cfa92b842a3e4b28624e1509bfea.tar.gz
mirror-canary-2193451dc972cfa92b842a3e4b28624e1509bfea.zip
Merge pull request #36 from vyos/canary/r3-cleanup
canary cleanup: remove lts-name-check caller
-rw-r--r--.github/workflows/lts-name-check.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/lts-name-check.yml b/.github/workflows/lts-name-check.yml
deleted file mode 100644
index 0054678..0000000
--- a/.github/workflows/lts-name-check.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-# .github/workflows/lts-name-check.yml
-# DO NOT EDIT — managed by mirror-pipeline Rollout 3.
-name: LTS-name advisory check
-
-# pull_request_target (NOT pull_request) so the workflow runs with base-repo
-# secrets even on fork PRs. The reusable workflow does NOT check out PR code
-# (only reads title/body from the event payload), so the standard
-# pull_request_target exploitation vector (running fork code with elevated
-# secrets) does not apply.
-on:
- pull_request_target:
- types: [opened, edited]
- branches: [rolling]
-
-permissions: {}
-
-jobs:
- call:
- if: github.repository_owner == 'vyos'
- uses: vyos/.github/.github/workflows/lts-name-check-reusable.yml@production
- secrets: inherit