Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.pullapprove.yml - github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf0eceb6f477445cf7d4559c5158d28061ed3028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
version: 2

# General settings to apply
always_pending:
  title_regex: '(WIP|wip)'
  labels:
    - 1. 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|Merge)'
    reject_regex: '^(Rejected|:-1:)'
  reset_on_push:
    enabled: false
  reset_on_reopened:
    enabled: true
  conditions:
    labels:
      exclude:
        - dependencies

groups:
  code-review:
    required: 1
    reject_value: -99
    users:
      - AndyScherzinger
      - tobiasKaminsky
      - mario
      - przybylski
      - ardevd

  design-review:
    conditions:
      labels:
      - design
    reset_on_push:
      enabled: false
    required: 1
    reject_value: -99
    users:
      - jancborchardt
      - eppfel