chore(ci): enforce pull request titles using deepakputhraya/action-pr-title (#1676)

This commit is contained in:
Jarek Kowalski
2022-01-23 12:20:00 -08:00
committed by GitHub
parent b592776edf
commit 8451c622ef

12
.github/workflows/check-pr-title.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Check PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
check:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^(feat|fix|breaking|build|chore|docs|style|refactor|test)\((app|cli|ui|repository|server|providers|deps|site|ci|infra|general)\)!{0,1}: .*$'