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

Status Closed — not planned
Maintainer reply None cached
Activity 2 comments · opened May 23, 2026 · 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 2 comments on GitHub. Read the full discussion on GitHub ↗