Add github PR status checks
This commit is contained in:
parent
751ec2943e
commit
b2d79c09fa
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
|
||||
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
|
||||
|
||||
github:
|
||||
description: "Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala"
|
||||
|
|
@ -36,6 +36,10 @@ github:
|
|||
contexts:
|
||||
- Code is formatted
|
||||
- Check headers
|
||||
required_pull_request_reviews:
|
||||
dismiss_stale_reviews: false
|
||||
require_code_owner_reviews: false
|
||||
required_approving_review_count: 1
|
||||
|
||||
notifications:
|
||||
commits: commits@pekko.apache.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue