summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-10 13:57:23 -0700
committerGitHub <noreply@github.com>2026-06-10 13:57:23 -0700
commit8ad5e46ee1c1da69154e47a4d934b2d7f73d1ed2 (patch)
tree0360f7e638e4353de8eed8f288aa2c636f7b8e4b
parent4fb02507cba0b76334edee8c4c0129def1d3b706 (diff)
downloadvyatta-bash-8ad5e46ee1c1da69154e47a4d934b2d7f73d1ed2.tar.gz
vyatta-bash-8ad5e46ee1c1da69154e47a4d934b2d7f73d1ed2.zip
chore: T8937: retire Mergify-replaceable GHA caller workflows on rolling (#43)
LTS-branch sweep (Phase B prep). Removes caller workflows superseded by central Mergify rules, plus any workflow still referencing the retired central reusables. See https://vyos.dev/T8937. Advances: T8937 🤖 Generated by [robots](https://vyos.io)
-rw-r--r--.github/workflows/chceck-pr-message.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml
deleted file mode 100644
index af0ea5e..0000000
--- a/.github/workflows/chceck-pr-message.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
- name: Check pull request message format
-
- on:
- pull_request_target:
- branches:
- - rolling
- - equuleus
- - sagitta
- - circinus
- types: [opened, synchronize, edited]
-
- permissions:
- pull-requests: write
- contents: read
-
- jobs:
- check-pr-title:
- uses: vyos/.github/.github/workflows/check-pr-message.yml@production
- secrets: inherit