-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to parse title: no recognizable versions #235
Comments
I'm getting the same thing.
|
Also seeing this error on one of my projects. Details of the action below:
|
I'm seeing the same thing:
My - package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
groups:
pandacss:
patterns:
- '@pandacss*'
storybook:
patterns:
- '@storybook*'
- 'storybook*'
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom' |
Im also seeing this. Specifically when Dependabot tries to update two dependencies in the same PR. This happens because Dependabot does not add version in PR name when updating several dependencies. |
I can see that the versions are correctly written to the message of the PR instead of the header of the PR. One solution could be to read the message, if no version is found in the header? |
The text was updated successfully, but these errors were encountered: