Commit 730d0c5
fix: allow fork PRs to pass validation when commenting fails (#15)
Add continue-on-error to the PR comment step. GITHUB_TOKEN is
read-only for fork PRs, so the comment POST returns HTTP 403.
Validation results are still reported via job annotations and
exit code — the comment is a nice-to-have, not a gate.
Fixes #13
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 76cccf7 commit 730d0c5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| 505 | + | |
505 | 506 | | |
506 | 507 | | |
507 | 508 | | |
| |||
0 commit comments