toby/.github/workflows/check-pr-title.yml
Krzysztof Rewak 2abd83526d
#1 - skeleton polishing (#12)
* #1 - skeleton polishing

* #1 - readme
2022-01-12 08:49:22 +01:00

18 lines
277 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