mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-04 02:14:29 +00:00
Merge pull request #4 from sameo/topic/coc
Code Of Conduct and pullapprove support
This commit is contained in:
31
.pullapprove.yml
Normal file
31
.pullapprove.yml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
signed_off_by:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
# Disallow approval of PRs still under development
|
||||||
|
always_pending:
|
||||||
|
title_regex: 'WIP'
|
||||||
|
labels:
|
||||||
|
- do-not-merge
|
||||||
|
- wip
|
||||||
|
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: 1
|
||||||
|
teams:
|
||||||
|
- builder
|
3
CODE_OF_CONDUCT.md
Normal file
3
CODE_OF_CONDUCT.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## Kata Containers OSBuiler Code of Conduct
|
||||||
|
|
||||||
|
Kata Containers follows the [OpenStack Foundation Code of Conduct](https://www.openstack.org/legal/community-code-of-conduct/).
|
Reference in New Issue
Block a user