mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Merge pull request #602 from nextcloud/pullapproveIntegration
Integration of pullapprove
This commit is contained in:
commit
b8a711f1c9
3 changed files with 43 additions and 9 deletions
3
.lgtm
3
.lgtm
|
@ -1,3 +0,0 @@
|
|||
pattern = "(?i):shipit:|:\\+1:|LGTM"
|
||||
self_approval_off=true
|
||||
approvals = 1
|
43
.pullapprove.yml
Normal file
43
.pullapprove.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
version: 2
|
||||
|
||||
# General settings to apply
|
||||
always_pending:
|
||||
title_regex: '(WIP|wip)'
|
||||
labels:
|
||||
- 1. to develop
|
||||
- 2. developing
|
||||
# custom message that will be used for the GitHub status
|
||||
explanation: 'This PR is a work in progress...'
|
||||
|
||||
# Group settings to apply to all groups by default, optionally being overridden later
|
||||
group_defaults:
|
||||
author_approval:
|
||||
ignored: true
|
||||
approve_by_comment:
|
||||
enabled: true
|
||||
approve_regex: '^(Approved|:shipit:|:\+1:|LGTM)'
|
||||
reject_regex: '^(Rejected|:-1:)'
|
||||
reset_on_push:
|
||||
enabled: true
|
||||
reset_on_reopened:
|
||||
enabled: true
|
||||
|
||||
groups:
|
||||
code-review:
|
||||
required: 2
|
||||
users:
|
||||
- AndyScherzinger
|
||||
- tobiasKaminsky
|
||||
- mario
|
||||
- przybylski
|
||||
|
||||
design-review:
|
||||
conditions:
|
||||
labels:
|
||||
- design
|
||||
reset_on_push:
|
||||
enabled: false
|
||||
required: 1
|
||||
users:
|
||||
- jancborchardt
|
||||
- eppfel
|
|
@ -1,6 +0,0 @@
|
|||
AndyScherzinger
|
||||
przybylski
|
||||
tobiasKaminsky
|
||||
LukasReschke
|
||||
jancborchardt
|
||||
MorrisJobke
|
Loading…
Reference in a new issue