summaryrefslogtreecommitdiff
path: root/.github/workflows/check-pr-message.yml
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2024-07-29 17:21:59 +0530
committerIndrajit Raychaudhuri <irc@indrajit.com>2024-07-29 17:21:59 +0530
commit80bd71410f8d826772257b76afcb1a9f842ca686 (patch)
tree7838e2c6a8d08dd2aa7cf774226a94f90ceb7fad /.github/workflows/check-pr-message.yml
parentd9b1177b78f4744fb9775e71fa5fe318f9ccbaa6 (diff)
downloadvyos-build-80bd71410f8d826772257b76afcb1a9f842ca686.tar.gz
vyos-build-80bd71410f8d826772257b76afcb1a9f842ca686.zip
T6386: Fix typo in file name
Diffstat (limited to '.github/workflows/check-pr-message.yml')
-rw-r--r--.github/workflows/check-pr-message.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/check-pr-message.yml b/.github/workflows/check-pr-message.yml
new file mode 100644
index 00000000..c67785e9
--- /dev/null
+++ b/.github/workflows/check-pr-message.yml
@@ -0,0 +1,18 @@
+---
+name: Check pull request message format
+
+on:
+ pull_request_target:
+ branches:
+ - current
+ - sagitta
+ - equuleus
+
+permissions:
+ pull-requests: write
+ contents: read
+
+jobs:
+ check-pr-title:
+ uses: vyos/.github/.github/workflows/check-pr-message.yml@current
+ secrets: inherit