-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from nextcloud/pullapproveIntegration
Integration of pullapprove
- Loading branch information
Showing
3 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.