chore: sync workflow templates - #5186
Conversation
Automated sync from stranske/Workflows Template hash: 3e5a27aaceee Changes synced from sync-manifest.yml
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 91b3925608
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| function resolveNonIssueWorkflowSourceContextForBodySync(pr = {}, issueNumber = null) { | ||
| return issueNumber ? null : resolveExplicitNonIssueWorkflowSourceContext(pr); |
There was a problem hiding this comment.
Honor explicit non-issue markers before inferring issue refs
resolveNonIssueWorkflowSourceContextForBodySync now nulls explicit non-issue context whenever issueNumber is present, but in this script issueNumber is derived from extractIssueNumberFromPull in agents_pr_meta_keepalive.js, which accepts broad #<digits> matches from PR title/body. That means a PR with an explicit non-issue marker (for example <!-- workflow-source:local_request -->) plus an incidental hash number can be misclassified as issue-driven, and run() will fetch/sync from that issue and overwrite PR body metadata incorrectly; previously explicit non-issue markers short-circuited this path.
Useful? React with 👍 / 👎.
Sync Summary
Files Updated
Files Skipped
Review Checklist
Source: stranske/Workflows
Source SHA:
559c76326138b8e3fc9720d212747bbe2556ea3fTemplate hash:
3e5a27aaceeeSync branch:
sync/workflows-3e5a27aaceeeConsumer repo:
stranske/Trend_Model_ProjectManifest:
.github/sync-manifest.yml