Closed fingolfin closed 8 months ago
I am terribly sorry -- while writing this up I got my wires crossed and looked at the wrong action. The issue really is with peter-evans/create-pull-request@v4
. I'll open a new one there.
Apologies for the confusion
Hi @fingolfin
You're right, this does relate to create-pull-request. There is already an issue about this here: https://github.com/peter-evans/create-pull-request/issues/2790
The issue was caused by GitHub making a change to one of their APIs. You can fix it by updating to v6
.
Thanks a lot, that did the trick!
And thanks for maintaining these actions, very much appreciated.
We are using this wonderful GH action to create PR comment -- but also very often to update PR comments (see https://github.com/gap-system/PackageDistro/blob/main/.github/workflows/pull-request.yml for our full YAML file):
Today this workflow suddenly had failures I never saw before (although I should say we had been using v2 until 19 February 2024), when it tried to update an existing PR (actually the update in this case would be identical to the existing PR, which so far worked perfectly -- it just did nothing).
There error (see here for full log):