This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
The following commit(s) were added to refs/heads/master by this push:
new 71e37a83 chore: disable PR up-to-date in branch (#473)
71e37a83 is described below
commit 71e37a8321634c367f1a338d3f9ea3a21ae29863
Author: Simon Cheung <[email protected]>
AuthorDate: Mon May 22 21:39:09 2023 +0800
chore: disable PR up-to-date in branch (#473)
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 47ba9afe..79745c82 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,7 +41,7 @@ github:
master:
required_status_checks:
# strict means "Require branches to be up-to-date before merging".
- strict: true
+ strict: false
# contexts are the names of checks that must pass
contexts:
- check-license-header