justinmclean commented on code in PR #213:
URL: https://github.com/apache/airflow-steward/pull/213#discussion_r3295960581
##########
.claude/skills/setup-override-upstream/SKILL.md:
##########
@@ -276,12 +276,11 @@ In `<framework-clone>`:
3. **Confirm with the user before posting**. Show the
exact title + body. Wait for "OK to post" / "yes" /
"send" / similar before running `gh pr create`.
-4. Write the PR body to a temp file, then post:
-
+4. Write the PR body to a tempfile first, then create the PR:
```bash
+ # Write tool: file_path: /tmp/override-pr-body.md, content: <PR body>
gh pr create --repo apache/airflow-steward --base main \
Review Comment:
Already covered — apache/airflow-steward is a registered inline-allow
marker, so validate_placeholders skips this line before the apache/airflow
check runs (verified: no violation).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]