This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new dd9c8af051 ci: Require up to date before merging (#14530)
dd9c8af051 is described below
commit dd9c8af05155d4d3b6bf33b6ebf8f96b9f95e537
Author: Jay Chung <[email protected]>
AuthorDate: Thu Jul 13 14:30:28 2023 +0800
ci: Require up to date before merging (#14530)
closed #14412
---
.asf.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index d403bc7d46..cd138ea8c8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,6 +37,8 @@ github:
protected_branches:
dev:
required_status_checks:
+ # strict means "Require branches to be up to date before merging".
+ strict: true
contexts:
- Build
- Unit Test