mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00:00
pullapprove: remove it
We are moving off pullapprove. Remove its config file. Fixes: #1215 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
parent
d3c63e66e3
commit
962e1e6566
@ -1,43 +0,0 @@
|
||||
version: 2
|
||||
|
||||
requirements:
|
||||
signed_off_by:
|
||||
required: true
|
||||
|
||||
# Disallow approval of PRs still under development
|
||||
always_pending:
|
||||
title_regex: '(WIP|RFC)'
|
||||
labels:
|
||||
- do-not-merge
|
||||
- wip
|
||||
- rfc
|
||||
explanation: 'Work in progress - do not merge'
|
||||
|
||||
group_defaults:
|
||||
approve_by_comment:
|
||||
enabled: true
|
||||
approve_regex: '^(LGTM|lgtm|Approved|\+1|:\+1:)'
|
||||
reject_regex: '^(Rejected|-1|:-1:)'
|
||||
reset_on_push:
|
||||
enabled: false
|
||||
reset_on_reopened:
|
||||
enabled: false
|
||||
author_approval:
|
||||
ignored: true
|
||||
|
||||
groups:
|
||||
approvers:
|
||||
required: 2
|
||||
teams:
|
||||
- runtime
|
||||
|
||||
documentation:
|
||||
required: 1
|
||||
teams:
|
||||
- documentation
|
||||
conditions:
|
||||
files:
|
||||
include:
|
||||
- "*.md"
|
||||
exclude:
|
||||
- "vendor/*"
|
Loading…
Reference in New Issue
Block a user