You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fork of a repo in a different org under a different name. Example if original/repo1 and my fork is copy/copy-repo1. It creates the PR since the head_repo is provided in the create request. But I am seeing an issue on v6 when updating an already existing PR where I see the following error -> Error: Cannot read properties of undefined (reading 'number')
@coleenquadros Please double check and make 100% sure that you are using at least v6.0.1, where the fix was made. I can't tell if your fork (and the way you are referencing the forked action) is actually running the latest code. One way you could test to be sure is by not using your fork and calling peter-evans/create-pull-request@v6. If you still see the same issue, then I can look into it further.
I have a fork of a repo in a different org under a different name. Example if original/repo1 and my fork is copy/copy-repo1. It creates the PR since the head_repo is provided in the create request. But I am seeing an issue on v6 when updating an already existing PR where I see the following error ->
Error: Cannot read properties of undefined (reading 'number')
create-pull-request/src/github-helper.ts
Line 59 in c5a7806
I was wondering if there is a way to provide the head_repo similar to what was done here when listing the pull requests and updating them.
The text was updated successfully, but these errors were encountered: