Skip to content

fix: enable ASF nextgen config#5139

Merged
Yicong-Huang merged 1 commit into
apache:mainfrom
Yicong-Huang:fix/asf-discussions-nextgen
May 21, 2026
Merged

fix: enable ASF nextgen config#5139
Yicong-Huang merged 1 commit into
apache:mainfrom
Yicong-Huang:fix/asf-discussions-nextgen

Conversation

@Yicong-Huang
Copy link
Copy Markdown
Contributor

What changes were proposed in this PR?

Enable the ASF .asf.yaml next-generation parser by adding meta.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?

ruby -e 'require "yaml"; YAML.load_file(".asf.yaml"); puts "YAML OK"'
gh api repos/apache/texera --jq '{has_discussions:.has_discussions, default_branch:.default_branch, full_name:.full_name}'

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.yaml config after merge.

Was this PR authored or co-authored using generative AI tooling?

Generated-by: OpenAI Codex

@github-actions github-actions Bot added fix ci changes related to CI labels May 21, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.17%. Comparing base (538ae1d) to head (45f815b).

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     
Flag Coverage Δ
access-control-service 39.53% <ø> (ø)
agent-service 33.72% <ø> (ø)
amber 43.82% <ø> (+0.01%) ⬆️
computing-unit-managing-service 0.00% <ø> (ø)
config-service 0.00% <ø> (ø)
file-service 32.18% <ø> (ø)
frontend 34.07% <ø> (ø)
python 90.50% <ø> (ø)
workflow-compiling-service 56.81% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Yicong-Huang Yicong-Huang marked this pull request as ready for review May 21, 2026 05:10
@Yicong-Huang Yicong-Huang enabled auto-merge May 21, 2026 05:12
@Yicong-Huang Yicong-Huang added this pull request to the merge queue May 21, 2026
Merged via the queue into apache:main with commit 4c0e91f May 21, 2026
25 checks passed
@Yicong-Huang Yicong-Huang deleted the fix/asf-discussions-nextgen branch May 21, 2026 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci changes related to CI fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants