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
We were pinning because of [this issue](sorenlouv/backport#451), but it is now very old and a new major version has been released so its probably resolved.
I also tested locally that it works fine with the new major version.
When running version 8.9.7, I get the error below when running "npx backport" on my repo
Downgrading to version 8.9.4 fixes the issue.
{
"level": "error",
"message": "Unhandled exception: Cannot read properties of undefined (reading 'repository')",
"metadata": {
"stack": "TypeError: Cannot read properties of undefined (reading 'repository')\n at getOptionsFromGithub (X:\repo-name\node_modules\backport\dist\lib\github\v4\getOptionsFromGithub\getOptionsFromGithub.js:35:13)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async getOptions (X:\repo-name\node_modules\backport\dist\options\options.js:57:31)\n at async backportRun (X:\repo-name\node_modules\backport\dist\backportRun.js:49:19)"
},
"timestamp": "2022-11-24 11:34:01"
The text was updated successfully, but these errors were encountered: