From 71eb9a12246335f16907a730f16a81c7b864da7c Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 9 Jun 2026 20:35:30 -0700 Subject: [PATCH] chore: T8937: retire Mergify-replaceable GHA caller workflows on rolling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .github/workflows/chceck-pr-message.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/chceck-pr-message.yml 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