- Notifications
You must be signed in to change notification settings - Fork145
Open
Description
When running semantic-release with this plugin in a forked repo, thesuccess step will fail because the PR doesn't exist in therepositoryUrl.
For example, given a fork oforiginalOrg/some-repo:orgWithFork/some-repo, the plugin will get the associated PRs for the release, but then try to fetch them fromorgWithFork repo instead of the upstreamoriginalOrg
url: 'https://api.github.com/repos/orgWithFork/some-repo/pulls/55/commits', status: 404,Here's the failing workflow run:https://github.com/joe-p/algokit-core/actions/runs/14618441013/job/41012357613
Metadata
Metadata
Assignees
Labels
No labels