summaryrefslogtreecommitdiff
path: root/.github/workflows/check-pr-message.yml
blob: 5a44a59958b421aa9bf4bd77fbf103103d047520 (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:
      - current
    types: [opened, synchronize, edited]

permissions:
  pull-requests: write
  contents: read

jobs:
  check-pr-title:
    uses: accel-ppp/.github/.github/workflows/check-pr-message.yml@current
    secrets: inherit