andygrove opened a new pull request, #11:
URL: https://github.com/apache/datafusion-java/pull/11

   ## Summary
   
   - Sets `github.protected_branches.main: ~` in `.asf.yaml`.
   
   ## Rationale
   
   The previous PR (#7) removed the `protected_branches` block entirely, but 
ASF INFRA only applies settings that are present in `.asf.yaml` — it does not 
clear settings when keys are simply omitted. The required status checks (`Java 
(spotless)`, `Rust (cargo fmt)`) therefore remain configured on `main` and 
continue to block every PR, because the workflow that would produce those check 
contexts is also gone.
   
   Explicitly setting `protected_branches.main` to YAML null (`~`) tells INFRA 
to clear the existing branch protection rules on `main`. Branch protection can 
be reintroduced later once CI is in place.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to