No pullapprove conditions.

This commit is contained in:
Jannis Leidel 2021-05-08 00:31:55 +02:00
parent 282e5ba28d
commit 4b881bcc8b
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -1,12 +1,4 @@
version: 3
pullapprove_conditions:
- >
contains_any_fnmatches(files, [
".github/workflows/*",
".pullapprove.yml",
"tox.ini",
"CODE_OF_CONDUCT.md",
])
groups:
roadies:
conditions:
@ -24,3 +16,7 @@ groups:
required: 1
labels:
pending: "roadies"
notifications:
- when: pullapprove.group.requested_reviewers
comment: |
{{ event.group }} review requested from {{ text_list(event.requested_reviewers.mentions, "and") }}