This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch required-checks in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc-quickstart-java.g8.git
commit 2db03adcd7dc2a30bb0958fd6e8372fe59f24bc6 Author: PJ Fanning <[email protected]> AuthorDate: Tue Jan 9 15:32:40 2024 +0100 remove required checks for PRs --- .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]
