This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 4381cd87 Add github PR status checks
4381cd87 is described below
commit 4381cd87902822a275157fdb1953e3e8569b6fcd
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Apr 17 11:52:37 2023 +0200
Add github PR status checks
---
.asf.yaml | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6c0bad97..56340c3c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -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: "Apache Pekko Kafka Connector - Pekko-Connectors is a Reactive
Enterprise Integration library for Java and Scala, based on Reactive Streams
and Apache Pekko."
@@ -30,7 +30,18 @@ github:
rebase: true
protected_branches:
- main: { }
+ main:
+ required_status_checks:
+ # strict means "Require branches to be up to date before merging".
+ strict: false
+ # contexts are the names of checks that must pass
+ 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: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]