ahmadnassri / action-dependabot-auto-merge

Automatically merge Dependabot PRs when version comparison is within range
MIT License
342 stars 48 forks source link

TypeError: Cannot read property 'dependency_name' of null #49

Closed ghost closed 3 years ago

ghost commented 3 years ago

The run
The workflow file
The error:

Error: Cannot read property 'dependency_name' of null
TypeError: Cannot read property 'dependency_name' of null
    at default (file:///action/lib/parse.js:94:25)
    at default (file:///action/lib/index.js:20:19)
    at file:///action/index.js:52:7
    at ModuleJob.run (node:internal/modules/esm/module_job:152:23)
    at async Loader.import (node:internal/modules/esm/loader:166:24)
    at async Object.loadESM (node:internal/process/esm_loader:68:5)
AraHaan commented 3 years ago

Duplicate of #26?

ghost commented 3 years ago

I think it is, thanks!