Skip to content

ci: Extract docs release into reusable manual_release_docs.yaml workflow#858

Merged
vdusek merged 1 commit intomasterfrom
ci/rename-release-docs-workflow
Apr 15, 2026
Merged

ci: Extract docs release into reusable manual_release_docs.yaml workflow#858
vdusek merged 1 commit intomasterfrom
ci/rename-release-docs-workflow

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented Apr 15, 2026

Follow-up to #857

Summary

  • Rename _release_docs.yaml to manual_release_docs.yaml to match the naming convention of other reusable workflows (manual_version_docs.yaml, manual_release_stable.yaml).
  • Add an optional ref input to workflow_dispatch so it can be triggered from the GitHub UI with a specific ref (falling back to the default branch).
  • Replace the CHECKOUT_REF env var approach with a Determine checkout ref step, consistent with manual_version_docs.yaml.
  • Update all references in manual_release_stable.yaml and on_master.yaml.

🤖 Generated with Claude Code

…kflow

Match the structure of `manual_version_docs.yaml` so it can be triggered
both from the GitHub UI (with an optional ref input) and from other workflows.

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 15, 2026
@vdusek vdusek self-assigned this Apr 15, 2026
@github-actions github-actions bot added this to the 138th sprint - Tooling team milestone Apr 15, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.64%. Comparing base (0d26276) to head (eaa891d).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #858      +/-   ##
==========================================
- Coverage   86.67%   86.64%   -0.04%     
==========================================
  Files          48       48              
  Lines        2920     2920              
==========================================
- Hits         2531     2530       -1     
- Misses        389      390       +1     
Flag Coverage Δ
e2e 37.87% <ø> (ø)
integration 59.28% <ø> (-0.04%) ⬇️
unit 74.69% <ø> (ø)

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 merged commit 71d83b5 into master Apr 15, 2026
31 checks passed
@vdusek vdusek deleted the ci/rename-release-docs-workflow branch April 15, 2026 12:22
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.

2 participants