summaryrefslogtreecommitdiff
path: root/.github/workflows/chceck-pr-message.yml
blob: db050a6e5e7d29af8bf10d9f7783d78ea58e1ffc (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