diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-07-29 17:28:33 +0530 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-07-29 17:29:36 +0530 |
commit | 13957a9a25540bc1efd3e7930b08ec5a962580cd (patch) | |
tree | 4ff9b134078004f01cedc6d7cde588cc2a642126 /.github/workflows/check-pr-message.yml | |
parent | 358aaa1e29b14263c9e1388e4f7614727834ed14 (diff) | |
download | vyos-1x-13957a9a25540bc1efd3e7930b08ec5a962580cd.tar.gz vyos-1x-13957a9a25540bc1efd3e7930b08ec5a962580cd.zip |
T6349: Fix typo in file name
Diffstat (limited to '.github/workflows/check-pr-message.yml')
-rw-r--r-- | .github/workflows/check-pr-message.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/check-pr-message.yml b/.github/workflows/check-pr-message.yml new file mode 100644 index 000000000..625ba2d75 --- /dev/null +++ b/.github/workflows/check-pr-message.yml @@ -0,0 +1,17 @@ +--- +name: Check pull request message format + +on: + pull_request_target: + branches: + - current + 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 |