Add initial PullApprove config.

This commit is contained in:
Jannis Leidel 2021-04-29 15:00:27 +02:00
parent f320ccef40
commit 5972dfb0a8
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 22 additions and 0 deletions

20
.pullapprove.yml Normal file
View 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
View file

@ -0,0 +1,2 @@
version: 3
extends: https://api.github.com/repos/jazzband/.github/contents/.pullapprove.yml