diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-29 19:55:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-29 19:55:36 +0300 |
| commit | 0aafa5b25527e5c5d8064ec05c0ed33cc2724fd6 (patch) | |
| tree | 6266dfd05817a25384bc31273dd2cec597df14bd | |
| parent | 772ccb06548fb1a65d8623ea545facb0bcabb97c (diff) | |
| download | vyos-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)
| -rw-r--r-- | .github/workflows/check-typos.yml | 19 |
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 |
