Skip to content

ci: Make regenerated-models comment on docs PRs more visible#748

Merged
vdusek merged 1 commit intomasterfrom
ci/improve-docs-pr-comment
Apr 22, 2026
Merged

ci: Make regenerated-models comment on docs PRs more visible#748
vdusek merged 1 commit intomasterfrom
ci/improve-docs-pr-comment

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented Apr 22, 2026

Summary

The manual_regenerate_models workflow posts a cross-repo comment on the source apify-docs PR whenever a companion apify-client-python PR is opened or updated. Some authors have been ignoring it, which leaves the Python client out of sync with the OpenAPI spec.

This PR makes the comment harder to miss:

  • Uses a GitHub [!IMPORTANT] alert block so it renders as a highlighted callout.
  • Adds an @mention of the docs PR author (passed in via the new docs_pr_author workflow input) so they get a direct notification.
  • Rewrites the body with an explicit "Action required" headline and a short action checklist (review & merge both PRs together, ping the Tooling team if needed).
  • Minor cleanup: comment/docstring wording in the workflow file.

Add @mention of the docs PR author, use a GitHub alert block, and rewrite
the body so it's harder to miss when the companion client PR needs review.

Co-Authored-By: Claude Opus 4.7 (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 22, 2026
@vdusek vdusek self-assigned this Apr 22, 2026
@vdusek vdusek requested a review from Pijukatel April 22, 2026 07:26
@github-actions github-actions Bot added this to the 139th sprint - Tooling team milestone Apr 22, 2026
@vdusek vdusek changed the title ci: make regenerated-models comment on docs PRs more visible ci: Make regenerated-models comment on docs PRs more visible Apr 22, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.49%. Comparing base (6b8001e) to head (ee10698).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #748      +/-   ##
==========================================
+ Coverage   95.45%   95.49%   +0.03%     
==========================================
  Files          45       45              
  Lines        5125     5125              
==========================================
+ Hits         4892     4894       +2     
+ Misses        233      231       -2     
Flag Coverage Δ
integration 95.49% <ø> (+0.03%) ⬆️

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 fdc553e into master Apr 22, 2026
25 of 26 checks passed
@vdusek vdusek deleted the ci/improve-docs-pr-comment branch April 22, 2026 08:37
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.

3 participants