This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch incorrect-pr-checks in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-java.g8.git
commit 4d1dbc6b0534e57bfe9f361aeff4f5dccac5de31 Author: PJ Fanning <[email protected]> AuthorDate: Tue Jan 9 15:37:26 2024 +0100 remove incorrect PR checks --- .asf.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index ca9ba92..bf9381d 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 HTTP Quickstart for Java" + description: "Apache Pekko HTTP 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]
