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-scala.g8.git
commit 189d05ab5b395f1c71f08b9c15653277c8d64284 Author: PJ Fanning <[email protected]> AuthorDate: Tue Jan 9 15:38:37 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 421a0d3..3d7100b 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 Scala" + description: "Apache Pekko HTTP Quickstart for Scala" 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]
