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

on:
  pull_request:
    branches:
      - current
      - crux
      - equuleus

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