mirror of
https://github.com/jazzband/.github.git
synced 2026-03-16 22:20:32 +00:00
Add initial PullApprove config.
This commit is contained in:
parent
f320ccef40
commit
5972dfb0a8
2 changed files with 22 additions and 0 deletions
20
.pullapprove.yml
Normal file
20
.pullapprove.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
version: 3
|
||||||
|
|
||||||
|
groups:
|
||||||
|
github-workflows:
|
||||||
|
conditions:
|
||||||
|
- "'.github/workflows/*' in files"
|
||||||
|
reviewers:
|
||||||
|
teams:
|
||||||
|
- roadies
|
||||||
|
reviews:
|
||||||
|
required: 1
|
||||||
|
|
||||||
|
pullapprove:
|
||||||
|
conditions:
|
||||||
|
- "'.pullapprove.yml' in files"
|
||||||
|
reviewers:
|
||||||
|
teams:
|
||||||
|
- roadies
|
||||||
|
reviews:
|
||||||
|
required: 1
|
||||||
2
configs/.pullapprove.yml
Normal file
2
configs/.pullapprove.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
version: 3
|
||||||
|
extends: https://api.github.com/repos/jazzband/.github/contents/.pullapprove.yml
|
||||||
Loading…
Reference in a new issue