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: use artifact-based PR number passing for draft conversion
The API-based PR lookup from workflow_run context does not work for
pull_request_review triggers as head_branch refers to the default
branch, not the PR branch. Switch back to accepting pr_number as
an input, with integer validation.
0 commit comments