Skip to content

ci: Improve model regeneration workflow#709

Merged
vdusek merged 3 commits intomasterfrom
ci/improve-model-regeneration-workflow
Apr 9, 2026
Merged

ci: Improve model regeneration workflow#709
vdusek merged 3 commits intomasterfrom
ci/improve-model-regeneration-workflow

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented Apr 9, 2026

Summary

  • Add reviewer, assignee, and label to auto-created PRs
  • Add @docs_group('Models') post-processing step for API docs
  • Replace force push with incremental commits to preserve reviewer changes
  • Simplify PR description body

Issues

- Add reviewer, assignee, and label to auto-created PRs
- Add @docs_group('Models') post-processing step for API docs
- Replace force push with incremental commits to preserve reviewer changes
- Simplify PR description body

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Apr 9, 2026
@vdusek vdusek self-assigned this Apr 9, 2026
@github-actions github-actions bot added this to the 138th sprint - Tooling team milestone Apr 9, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.12%. Comparing base (2021928) to head (e794851).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #709      +/-   ##
==========================================
+ Coverage   94.85%   95.12%   +0.27%     
==========================================
  Files          45       45              
  Lines        4584     4819     +235     
==========================================
+ Hits         4348     4584     +236     
+ Misses        236      235       -1     
Flag Coverage Δ
integration 95.12% <100.00%> (+0.27%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@vdusek vdusek requested a review from janbuchar April 9, 2026 09:00
@vdusek vdusek merged commit 8f140ef into master Apr 9, 2026
26 checks passed
@vdusek vdusek deleted the ci/improve-model-regeneration-workflow branch April 9, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add @docs_group decorator to generated models

3 participants