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 GitHub Status API to report test status for changeset PRs
The workflow was incorrectly assuming that using the job name "test"
would satisfy the required status check. However, GitHub Actions
workflow runs create Check Runs (not Commit Statuses) with context
"workflow-name / job-name", not just the job name.
This fix uses the GitHub Status API to explicitly create a commit
status with context "test" to satisfy the branch protection rule.
0 commit comments