toby/.github/workflows/check-pr-title.yml
2022-01-10 12:25:52 +01:00

17 lines
276 B
YAML

name: Check PR Title
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check-pr-title:
name: Check PR title
runs-on: ubuntu-20.04
steps:
- uses: blumilksoftware/action-pr-title@v1.2.0