This is an automated email from the ASF dual-hosted git repository.
lixueclaire pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new c3a35e15 chore(github): Fix the incorrect configuration in .asf.yaml
(#681)
c3a35e15 is described below
commit c3a35e15a8539720e290f75a903cd9cc07984192
Author: Calvin Kirs <[email protected]>
AuthorDate: Wed May 7 09:44:48 2025 +0800
chore(github): Fix the incorrect configuration in .asf.yaml (#681)
required_linear_history and required_pull_request_reviews were mistakenly
nested when they should have been at the same level.
Since every PR merge notifies INFRA, I fixed the config right away. Hope we
can get this merged soon to minimize the noise.
Signed-off-by: Calvin Kirs <[email protected]>
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 2d4f24f6..2e5ef58e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,7 +40,7 @@ github:
required_pull_request_reviews:
dismiss_stale_reviews: false
required_approving_review_count: 1
- required_linear_history: true
+ required_linear_history: true
features:
issues: true
discussions: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]