issue-opened-dispatch.yml may use GET instead of POST for dispatch endpoint

Resolved 💬 1 comment Opened May 23, 2026 by giruuuuj Closed Jun 23, 2026

Bug\n\n.github/workflows/issue-opened-dispatch.yml line 24 uses gh api which defaults to GET method. The repos/TARGET_REPO/dispatches endpoint requires POST. While gh api sometimes auto-detects POST with -f flags, this is not guaranteed and could silently fail.

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗