mirror of
https://github.com/kopia/kopia.git
synced 2026-05-18 19:54:37 -04:00
chore(ci): enforce pull request titles using deepakputhraya/action-pr-title (#1676)
This commit is contained in:
12
.github/workflows/check-pr-title.yml
vendored
Normal file
12
.github/workflows/check-pr-title.yml
vendored
Normal 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}: .*$'
|
||||
Reference in New Issue
Block a user