android/.pullapprove.yml

51 lines
1.1 KiB
YAML
Raw Normal View History

2017-01-29 18:35:08 +00:00
version: 2
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
2017-01-29 18:35:08 +00:00
# General settings to apply
always_pending:
title_regex: '(WIP|wip)'
labels:
- 1. developing
2017-01-29 18:35:08 +00:00
# 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)'
2017-01-29 18:35:08 +00:00
reject_regex: '^(Rejected|:-1:)'
reset_on_push:
2017-08-31 12:57:10 +00:00
enabled: false
2017-01-29 18:35:08 +00:00
reset_on_reopened:
enabled: true
conditions:
labels:
exclude:
- dependencies
2017-01-29 18:35:08 +00:00
groups:
code-review:
required: 1
2017-02-13 08:03:31 +00:00
reject_value: -99
2017-01-29 18:35:08 +00:00
users:
- AndyScherzinger
- tobiasKaminsky
- mario
2018-05-09 10:10:54 +00:00
- przybylski
- ardevd
2017-01-29 18:35:08 +00:00
design-review:
conditions:
labels:
- design
reset_on_push:
enabled: false
required: 1
2017-02-13 08:03:31 +00:00
reject_value: -99
2017-01-29 18:35:08 +00:00
users:
- jancborchardt
2017-01-29 19:26:56 +00:00
- eppfel