-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Empty/incomplete commit message #9784
Comments
One more example: https://github.com/codehaus-plexus/plexus-xml/pull/34/commits |
Another example (fixed manually to make it pass
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
commit-message:
prefix: "build(deps)" |
This is happening for me too with Python dependencies. |
updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: octokit-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Here's another example: https://github.com/remarkablemark/setup-codeclimate/pull/329/commits |
💸 🔥 |
This appears to be affecting all package managers - I'm seeing it for GitHub Actions, npm packages and NuGet packages. |
Happens in |
We have same issue on multiple private repos (maven) |
A little before and after example:
So it's not just missing the summary line (and failing Semantic PR checks), but there's a whole bunch of other content that's missing. Everything before Those are for pip, but I'm seeing this across all package managers. |
In case this is helpful in tracking down when this went live: Last good dependabot commit message I've seen was 2024-05-20T17:36:14Z and first bad commit was 2024-05-20T18:36:23Z - so looks like a dependabot release some time between 17:36 and 18:36 for the repos I've got visibility over. |
Same issue with the ecosystems |
Same issue with the ecosystems |
Related dependabot issue: dependabot/dependabot-core#9784 TASK: IL-525
Related dependabot issue: dependabot/dependabot-core#9784 TASK: IL-525
just for completeness: it also happens on |
- Related dependabot issue: dependabot/dependabot-core#9784
Same here even with package-ecosystem: "github-actions". The custom commit-message is completely ignored |
Any estimate when this is going to be fixed? |
According to GitHub Support 🎉 |
This appears to be fixed for new PRs, but current broken PRs are still broken, even if you do |
Ya, you have to life with that or manually fix the git commits/history. |
With hundreds, if not thousands, of Dependbot PRs open with invalid ---'s in the messages, wouldn't it be at least a little better to fix @dependabot recreate to fix these? |
- Related dependabot issue: dependabot/dependabot-core#9784
- Related dependabot issue: dependabot/dependabot-core#9784
Is there an existing issue for this?
Package ecosystem
yarn
Package manager version
1
Language version
No response
Manifest location and content before the Dependabot update
https://github.com/mistic100/Photo-Sphere-Viewer/blob/main/package.json
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
Recent update commits message are empty, only containing
---
, see examples bellow. On the other hand the PR title is complete.I didn't made any recent changes in the configuration.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: