Skip to content

fix: gracefully handle fork PR comment permissions#68

Open
marc-barry wants to merge 1 commit into
mainfrom
fix/fork-pr-comment-permission
Open

fix: gracefully handle fork PR comment permissions#68
marc-barry wants to merge 1 commit into
mainfrom
fix/fork-pr-comment-permission

Conversation

@marc-barry
Copy link
Copy Markdown
Contributor

PRs from forks run with a read-only GITHUB_TOKEN, which prevents posting PR comments (403). Add continue-on-error: true to the comment step so it fails gracefully without blocking the scan. Results remain visible in the step summary.

🤖 Generated with Claude Code

PRs from forks run with a read-only GITHUB_TOKEN, which prevents
posting PR comments. Add continue-on-error so the comment step
fails gracefully without blocking the scan results. Scan results
remain visible in the step summary.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 1, 2026

Go test coverage

STATUS ELAPSED PACKAGE COVER PASS FAIL SKIP
🟢 PASS 6.10s github.com/netboxlabs/opentelemetry-infinity/otlpinf 79.5% 4 0 0
🟢 PASS 3.78s github.com/netboxlabs/opentelemetry-infinity/runner 66.4% 5 0 0

Total coverage: 72.9%

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 1, 2026

Vulnerability Scan: Passed

Image: opentelemetry-infinity:scan

No vulnerabilities found.

Commit: f621572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants