Skip to content

Commit

Permalink
CI: Require doc team signoff for doc changes
Browse files Browse the repository at this point in the history
Require an additional approval from a `documentation` team member for
PRs containing documentation changes.

Fixes kata-containers#41.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Jan 24, 2018
1 parent 18d25ca commit 30b47dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ groups:
required: 2
teams:
- builder

documentation:
required: 1
teams:
- documentation
conditions:
files:
include:
- "*.md"
exclude:
- "vendor/*"

0 comments on commit 30b47dd

Please sign in to comment.