Open wolfy1339 opened 2 weeks ago
seems also related to https://github.com/semantic-release/semantic-release/discussions/3476
@babblebey could this be related to a recent change?
could this be related to a recent change?
Yes @travi, looks related to an error from the GraphQL call to get details for resolved issue in PR body.
Quick question @wolfy1339, is the entity with number 267
a PR or an Issue???
I ask this because I think this might be some edge case I've left unaddressed, i.e. if 267
is a PR and not an issue then a graphql call to repository.issue
for that entity might return nothing.
Thinking out loud 🤔
Quick question @wolfy1339, is the entity with number
267
a PR or an Issue???
That would be a PR
That would be a PR
Then, that's the edge case! Should patch a fix for this in a bit 🤌🏾
The solution would be to try ignore empty responses from parsed issue number in PR body/Commits messages, this because not all these numbers belong to an issue, some are PRs (like in your case where a PR is linked to be closed by another PR).
Got any thoughts on this!??? 🤔
I just tried to release my package and got this error
https://github.com/AllanOricil/nrg/actions/runs/11545022673/job/32131354251
2 Weeks ago it was working with no issues https://github.com/AllanOricil/nrg/actions/runs/11317709036
It seems that something has broken and semantic release is unable to resolve PRs in commit bodies. It used to do this without any issue at all.
There isn't any custom plugins used, it's the default configuration for semantic-release
https://github.com/probot/pino/actions/runs/11371733573/job/31634467759?pr=321