This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 3a6f29265 CI: Prerequisite PR for #3625 (#3646)
3a6f29265 is described below
commit 3a6f29265ee0369109f36e147f6959fe25268f31
Author: Robert Stupp <[email protected]>
AuthorDate: Wed Feb 4 08:13:30 2026 +0100
CI: Prerequisite PR for #3625 (#3646)
This change is only needed to update the required-checks to be able to
eventually merge #3625.
---
.asf.yaml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index f1419b8f8..6185dac1c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,21 +47,6 @@ github:
required_linear_history: true
- 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. This is the value
- # of the job's `name` property if it's present.
- contexts:
- - "Unit Tests"
- - "Quarkus Tests"
- - "Quarkus Integration Tests"
- - "Integration Tests"
- - regtest
- - spark-plugin-regtest
- - site
- - "Helm tests"
-
features:
wiki: false
issues: true