This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 90041bfd3 Require branches to be up to date before mergin (#2920)
90041bfd3 is described below
commit 90041bfd31fb137d2377f88382a653fea7312c82
Author: Kirs <[email protected]>
AuthorDate: Tue Sep 27 21:56:49 2022 +0800
Require branches to be up to date before mergin (#2920)
---
.asf.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.asf.yaml b/.asf.yaml
index c5d241030..80819a38a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,6 +35,7 @@ github:
dev:
required_status_checks:
strict: true
+ contexts:
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 2