summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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