We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
We have been using this action quite heavily for our auto-merge reusable workflow, which has been working very well.
We came across a PR today where the update-type was null. The previous-version and new-version were also empty.
previous-version
new-version
The version of the action is dependabot/fetch-metadata@v2
dependabot/fetch-metadata@v2
The PR title was: NOJIRA | Dependabot | Bump io.netty:netty-common from 4.1.115.Final to 4.1.118.Final in /xxx_core in the maven group
NOJIRA | Dependabot | Bump io.netty:netty-common from 4.1.115.Final to 4.1.118.Final in /xxx_core in the maven group
The change itself was Updates io.netty:netty-common from 4.1.115.Final to 4.1.118.Final
Is this down to the syntax?
The actual commit msg details:
NOJIRA | Dependabot | Bump io.netty:netty-common Bumps the maven group in /xxx_core with 1 update: [io.netty:netty-common](https://github.com/netty/netty). Updates `io.netty:netty-common` from 4.1.115.Final to 4.1.118.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.118.Final) --- updated-dependencies: - dependency-name: io.netty:netty-common dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] <[email protected]>
Thanks, Shane
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
We have been using this action quite heavily for our auto-merge reusable workflow, which has been working very well.
We came across a PR today where the update-type was null. The
previous-version
andnew-version
were also empty.The version of the action is
dependabot/fetch-metadata@v2
The PR title was:
NOJIRA | Dependabot | Bump io.netty:netty-common from 4.1.115.Final to 4.1.118.Final in /xxx_core in the maven group
The change itself was Updates io.netty:netty-common from 4.1.115.Final to 4.1.118.Final
Is this down to the syntax?
The actual commit msg details:
Thanks,
Shane
The text was updated successfully, but these errors were encountered: