summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-29 19:55:36 +0300
committerGitHub <noreply@github.com>2026-06-29 19:55:36 +0300
commit0aafa5b25527e5c5d8064ec05c0ed33cc2724fd6 (patch)
tree6266dfd05817a25384bc31273dd2cec597df14bd /.github
parent772ccb06548fb1a65d8623ea545facb0bcabb97c (diff)
downloadvyos-1x-0aafa5b25527e5c5d8064ec05c0ed33cc2724fd6.tar.gz
vyos-1x-0aafa5b25527e5c5d8064ec05c0ed33cc2724fd6.zip
ci: T8490: drop legacy per-repo typos caller (now provided by org ruleset) (#5302)
The typos check is now enforced fleet-wide via the vyos-org repository ruleset `require-typos-pilot-2026-06-18` (active), which injects the standalone `typos.yml` from vyos/.github. The per-repo `check-typos.yml` caller (the lone remaining consumer of the old workflow_call reusable) is redundant — remove it. 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-typos.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/check-typos.yml b/.github/workflows/check-typos.yml
deleted file mode 100644
index c4c1a643b..000000000
--- a/.github/workflows/check-typos.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-name: Check typos
-
-on:
- pull_request_target:
- branches:
- - rolling
- - circinus
- - sagitta
- types: [opened, synchronize, edited]
-
-permissions:
- pull-requests: write
- contents: read
-
-jobs:
- check-typos:
- uses: vyos/.github/.github/workflows/check-typos.yml@production
- secrets: inherit