mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 20:32:54 +00:00
CI: Require doc team signoff for doc changes
Require an additional approval from a `documentation` team member for PRs containing documentation changes. Fixes #4. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
fd16a96237
commit
f822e0f80b
@ -30,3 +30,14 @@ groups:
|
|||||||
required: 2
|
required: 2
|
||||||
teams:
|
teams:
|
||||||
- documentation
|
- documentation
|
||||||
|
|
||||||
|
documentation:
|
||||||
|
required: 1
|
||||||
|
teams:
|
||||||
|
- documentation
|
||||||
|
conditions:
|
||||||
|
files:
|
||||||
|
include:
|
||||||
|
- "*.md"
|
||||||
|
exclude:
|
||||||
|
- "vendor/*"
|
||||||
|
Loading…
Reference in New Issue
Block a user