This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new f71cb98b186 Remove required status check entirely
f71cb98b186 is described below
commit f71cb98b18613768e057637626ef4abdab3c3e96
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Apr 26 13:01:59 2025 +0200
Remove required status check entirely
---
.asf.yaml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 4a4c261d09d..2455ad21391 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -70,9 +70,6 @@ github:
protected_branches:
main:
- required_status_checks:
- contexts:
- - "Tests/Finalize tests"
required_pull_request_reviews:
required_approving_review_count: 1
required_linear_history: true