Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2f7b7d5 authored by Mario Đanić's avatar Mario Đanić Committed by GitHub
Browse files

Merge pull request #32 from nextcloud/pullapproveIntegration

Integration of pullapprove
parents 5391d98a 83d3b265
Loading
Loading
Loading
Loading

.lgtm

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
pattern = "(?i):shipit:|:\\+1:|LGTM"
self_approval_off=true
approvals = 1

.pullapprove.yml

0 → 100644
+32 −0
Original line number Diff line number Diff line
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

MAINTAINERS

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
AndyScherzinger
przybylski
tobiasKaminsky
LukasReschke
jancborchardt
 No newline at end of file