This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-grpc-quickstart-java.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new ba2de48  remove required checks for PRs (#3)
ba2de48 is described below

commit ba2de48f3f739a415d77688901b3845fcf9255e5
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jan 11 09:28:51 2024 +0100

    remove required checks for PRs (#3)
---
 .asf.yaml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9b8389c..41cce7f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,7 +1,7 @@
 # https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
 
 github:
-  description: "Pekko gRPC Quickstart for Java"
+  description: "Apache Pekko gRPC Quickstart for Java"
   homepage: https://pekko.apache.org/
   labels:
     - pekko
@@ -27,13 +27,6 @@ github:
 
   protected_branches:
     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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to