Skip to content

Commit

Permalink
Add mergify config file and CODEOWNERS file
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Verna <[email protected]>
  • Loading branch information
cverna authored and puiterwijk committed Jul 18, 2018
1 parent c4fe959 commit d87373d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
rules:
default:
protection:
required_status_checks:
strict: true
contexts:
- DCO
- default
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_approving_review_count: 1
merge_strategy:
method: rebase
rebase_fallback: none
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @fedora-infra/bodhi

0 comments on commit d87373d

Please sign in to comment.