Skip to content

fix(robot): stop false Close-Issue-Without-PR WeChat alerts#392

Open
heni02 wants to merge 1 commit into
mainfrom
fix/reopen-without-pr-false-notify
Open

fix(robot): stop false Close-Issue-Without-PR WeChat alerts#392
heni02 wants to merge 1 commit into
mainfrom
fix/reopen-without-pr-false-notify

Conversation

@heni02

@heni02 heni02 commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • WeChat「MO Close Issue Without PR」was firing on runner/action failures because the notify step used failure() || cancelled(), not only when no PR was found.
  • Convert reopen-without-PR from Docker to composite (setup-go + go run) so self-hosted runners can execute the check (Building container actions is not currently supported).
  • Notify only when steps.step1.outputs.send == 'yes'.

Test plan

  • Merge and close a kind/bug issue that already has a linked PR → no WeChat alert
  • Close a kind/bug issue with no linked PR (non-whitelist closer) → alert + reopen/label as before
  • Confirm reopen-without-PR job runs (no container build error) on arm64-mo-shanghai-4c8g

Made with Cursor

Notify only when send=yes; convert reopen-without-PR to composite so self-hosted runners can actually run the check.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant