summaryrefslogtreecommitdiff
path: root/.github/workflows/chceck-pr-message.yml
blob: 94fa0d907d42d71fbea87638dce722d376ee7b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
  name: Check pull request message format

  on:
    pull_request_target:
      branches:
        - sagitta
      types: [opened, synchronize, edited]

  permissions:
    pull-requests: write
    contents: read

  jobs:
    check-pr-title:
      uses: vyos/.github/.github/workflows/check-pr-message.yml@sagitta
      secrets: inherit