summaryrefslogtreecommitdiff
path: root/.github/workflows/check-pr-message.yml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-30 10:54:54 +0300
committerGitHub <noreply@github.com>2026-05-30 10:54:54 +0300
commit6ad0cf514e1478186794b7e5928dc991af119b30 (patch)
treec5ae8936e37f6ee02d316c460b4deb93f232c32d /.github/workflows/check-pr-message.yml
parente944b9dae344abd3b1432a160d1d0251766057e5 (diff)
parentcd8c65e15b10155d3f9e77a2f749200a22c4ad22 (diff)
downloadvyos-build-current.tar.gz
vyos-build-current.zip
Merge pull request #1202 from vyos/chore/T8937-retire-mergify-replaceable-ghasHEADcurrent
Diffstat (limited to '.github/workflows/check-pr-message.yml')
-rw-r--r--.github/workflows/check-pr-message.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/check-pr-message.yml b/.github/workflows/check-pr-message.yml
deleted file mode 100644
index e03a9ec0..00000000
--- a/.github/workflows/check-pr-message.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-name: Check pull request message format
-
-on:
- pull_request_target:
- branches:
- - current
- - circinus
- - sagitta
- types: [opened, synchronize, edited]
-
-permissions:
- pull-requests: write
- contents: read
-
-jobs:
- check-pr-title:
- uses: vyos/.github/.github/workflows/check-pr-message.yml@current
- secrets: inherit