This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
commit b1a7359df88eb362e39e635c90f68a3e426898e5 Author: Calvin Kirs <k...@apache.org> AuthorDate: Tue May 6 18:06:02 2025 +0800 chore(github): Fix the incorrect configuration in .asf.yaml 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 <k...@apache.org> --- .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: commits-unsubscr...@graphar.apache.org For additional commands, e-mail: commits-h...@graphar.apache.org