fix(work-items): harden triage intake against priority-axis stacking and blocked-by relabel races - #2488
Conversation
6036093 to
917b304
Compare
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
917b304 to
b156d40
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 917b304a4b
ℹ️ 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".
b156d40 to
7acada7
Compare
|
Claude finished @kyle-sexton's task in 35s —— View job Security Review
No security issues found. This PR touches only two Markdown reference/skill files that document conventions and instructions consumed by an AI triage workflow — no executable code, scripts, or GitHub Actions workflow files are modified:
I checked for the categories in scope — injection surfaces (command/SQL/path/template), unsafe handling of tokens/secrets/credentials, dangerous GitHub Actions patterns ( |
|
Warning Automated security review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
The check is green on purpose, and it is not evidence. It certifies that a security pass ran, and this one did not complete — but the cause is outside this PR's control, so merging is deliberately left unblocked rather than locking every merge for the length of the outage. Nothing was reviewed at this head. Where this check is required, it is satisfied without that evidence; a human should review security-sensitive changes here before merging. Re-run the job to retry the review; a new push also retries it only if the caller's Re-running does NOT help for every class:
|
…and blocked-by relabel races Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
f39ea30 to
70c38e0
Compare
|
Warning Automated review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
Re-run the job to retry the review. A new push re-triggers this lane only if the caller's |
Closes #632
Closes #646
Summary
priority:as single-valued: strip existingpriority:labels before applying the assessed priority in step 5.blocked-byedge plus a prior triage comment (defensive guard against cross-lane raw-marker re-labels).Related
None.