Commit fdc553e
ci: Make regenerated-models comment on docs PRs more visible (#748)
## 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.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c25f749 commit fdc553e
1 file changed
Lines changed: 22 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
159 | | - | |
160 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
161 | 164 | | |
162 | | - | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
164 | | - | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
167 | 182 | | |
168 | 183 | | |
169 | 184 | | |
| |||
0 commit comments