-
Notifications
You must be signed in to change notification settings - Fork 13
ci: Fix semver PR comment check for fork PRs #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #205 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 105 105
Lines 6761 6761
=======================================
Hits 6761 6761 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
So PRs from a fork won't get notified about semver breaks? |
@geeknoid This is already true; the semver check fails regardless of semver breaks, and no comments are made, because the GITHUB-TOKEN for fork PRs has read-only access. I'm open to a better suggestion, though. For example, we could:
|
Fork PRs have read-only GITHUB_TOKEN and cannot post comments. Skip the sticky-pull-request-comment steps when the PR comes from a fork to avoid "Resource not accessible by integration" errors. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fork PRs have read-only GITHUB_TOKEN and cannot post comments. Trying to see if we can skip the sticky-pull-request-comment steps when the PR comes from a fork to avoid "Resource not accessible by integration" errors.