mirror of
https://github.com/jazzband/.github.git
synced 2026-03-16 22:20:32 +00:00
No pullapprove conditions.
This commit is contained in:
parent
282e5ba28d
commit
4b881bcc8b
1 changed files with 4 additions and 8 deletions
|
|
@ -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") }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue