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

on:
  pull_request_target:
    branches:
      - current
      - crux
      - 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@current
    secrets: inherit