You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(workflows): address reviewer feedback on closed-PR redirect
- Gate Slack notification on already_posted so oncall is paged only on
the first external comment per PR. Subsequent comments don't page —
the redirect comment has already directed the commenter to issues.
- Add per-PR concurrency group so the marker-comment dedup is race-free
(cancel-in-progress: false to ensure later runs still execute against
the just-posted marker).
- Inline steps.pr_state.outputs.state in the Slack payload directly
rather than routing it through env: to avoid step-level evaluation
ambiguity. The value is enum-typed (merged|closed) so injection-safe.
0 commit comments