fix: enable ASF nextgen config#5139
Merged
Yicong-Huang merged 1 commit intoMay 21, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5139 +/- ##
=========================================
Coverage 43.17% 43.17%
- Complexity 2213 2214 +1
=========================================
Files 1045 1045
Lines 40363 40363
Branches 4268 4268
=========================================
+ Hits 17425 17426 +1
+ Misses 21865 21862 -3
- Partials 1073 1075 +2
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aglinxinyuan
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
Enable the ASF
.asf.yamlnext-generation parser by addingmeta.nextgen: true.This lets ASF Infra apply repository feature settings that are already present in this file, including
github.features.discussions: true.Any related issues, documentation, discussions?
Related mailing list discussion: https://lists.apache.org/thread/hso97tz18zd6s9zpbr1gfj2o7m5rcr92
ASF Infra documentation:
How was this PR tested?
The YAML parses successfully. The GitHub API check currently reports
has_discussions: false, confirming the repository feature still needs ASF Infra to apply the updated.asf.yamlconfig after merge.Was this PR authored or co-authored using generative AI tooling?
Generated-by: OpenAI Codex