summaryrefslogtreecommitdiff
path: root/.github/workflows/chceck-pr-message.yml
blob: 0770656b746e48ca1455dac326ce4db7190872c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
  name: Check pull request message format
  
  on:
    pull_request_target:
      branches:
        - equuleus
        - 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