mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
commit
32d86f1863
43
.pullapprove.yml
Normal file
43
.pullapprove.yml
Normal file
@ -0,0 +1,43 @@
|
||||
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:
|
||||
- packaging
|
||||
|
||||
documentation:
|
||||
required: 1
|
||||
teams:
|
||||
- documentation
|
||||
conditions:
|
||||
files:
|
||||
include:
|
||||
- "*.md"
|
||||
exclude:
|
||||
- "vendor/*"
|
3
CODE_OF_CONDUCT.md
Normal file
3
CODE_OF_CONDUCT.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Kata Containers CI Code of Conduct
|
||||
|
||||
Kata Containers follows the [OpenStack Foundation Code of Conduct](https://www.openstack.org/legal/community-code-of-conduct/).
|
1
CONTRIBUTING.md
Normal file
1
CONTRIBUTING.md
Normal file
@ -0,0 +1 @@
|
||||
For details on how to contribute to the Kata Containers project, please see the main [contributing document](https://github.com/kata-containers/community/blob/master/CONTRIBUTING.md).
|
Loading…
Reference in New Issue
Block a user