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 1adf5afcc9c Proper (?) context for branch protection experiment
(#49815)
1adf5afcc9c is described below
commit 1adf5afcc9cca4a6492359b2883b5348f60e7f9f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Apr 26 12:56:08 2025 +0200
Proper (?) context for branch protection experiment (#49815)
---
.asf.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 2455ad21391..5bc5035fade 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -70,6 +70,9 @@ github:
protected_branches:
main:
+ required_status_checks:
+ contexts:
+ - "Tests / Finalize tests / Summarize warnings"
required_pull_request_reviews:
required_approving_review_count: 1
required_linear_history: true