main branch updated
This commit is contained in:
parent
3d33d3fe49
commit
9a05dc1657
353 changed files with 16802 additions and 2995 deletions
50
.pullapprove.yml
Normal file
50
.pullapprove.yml
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
version: 2
|
||||
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue