Skip to content

Commit

Permalink
Merge pull request #32 from nextcloud/pullapproveIntegration
Browse files Browse the repository at this point in the history
Integration of pullapprove
  • Loading branch information
mario authored Jan 29, 2017
2 parents 5391d98 + 83d3b26 commit b2f7b7d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .lgtm

This file was deleted.

32 changes: 32 additions & 0 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
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
5 changes: 0 additions & 5 deletions MAINTAINERS

This file was deleted.

0 comments on commit b2f7b7d

Please sign in to comment.