Skip to content
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

Private Maven Repo (GitHub Packages): PR contains no GitHub release notes #9438

Open
1 task done
hfhbd opened this issue Apr 5, 2024 · 2 comments
Open
1 task done
Labels
L: dart:pub Dart packages via pub L: devcontainers L: github:actions GitHub Actions L: java:gradle Maven packages via Gradle L: java:maven Maven packages via Maven T: bug 🐞 Something isn't working

Comments

@hfhbd
Copy link
Contributor

hfhbd commented Apr 5, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

maven

Package manager version

gradle

Language version

No response

Manifest location and content before the Dependabot update

No response

dependabot.yml content

version: 2
registries:
  github-vocs:
    type: maven-repository
    url: https://maven.pkg.github.com/volkswagen-vocs/*
    username: USERNAME
    password: ${{secrets.GPR_VOCS }}
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
  - package-ecosystem: "devcontainers"
    directory: "/"
    schedule:
      interval: "daily"
  - package-ecosystem: "gradle"
    directory: "/"
    schedule:
      interval: "daily"
    registries:
      - github-vocs

Updated dependency

No response

What you expected to see, versus what you actually saw

We have a private GitHub repo publishing maven artifacts and using GitHub release notes.

If we consume these maven artifacts from another private repo, the new PR from dependabot does not contain the releases notes that are stored in the GitHub release notes.

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response

@hfhbd hfhbd added the T: bug 🐞 Something isn't working label Apr 5, 2024
@github-actions github-actions bot added L: dart:pub Dart packages via pub L: devcontainers L: git:submodules Git submodules L: github:actions GitHub Actions L: java:gradle Maven packages via Gradle L: java:maven Maven packages via Maven labels Apr 5, 2024
@jakecoffman jakecoffman removed L: java:gradle Maven packages via Gradle L: github:actions GitHub Actions L: git:submodules Git submodules L: dart:pub Dart packages via pub L: devcontainers labels Apr 10, 2024
@piotrooo
Copy link

piotrooo commented Oct 2, 2024

Any news with this?

@ronnypolley
Copy link

ronnypolley commented Feb 3, 2025

I faced the same issue and tried to add the GitHub repository as a registry too.
No changes here. Dependabot run again, updating an already created PR, but did not add the release notes.

Found this #3053, but this didn't mention Maven.

version: 2
registries:
  maven-repo:
    type: maven-repository
    url: URL
    username: octocat
    password: SECRET_WITH_PERMISSIONS
  git-repo:
    type: git
    url: https://github.com
    username: octocat
    password: SECRET_WITH_PERMISSIONS
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    target-branch: main
    registries:
      - git-repo
    schedule:
      interval: "daily"
  - package-ecosystem: "maven"
    directory: "/"
    registries:
      - maven-repo
      - git-repo
    target-branch: main
    schedule:
      interval: "daily"

@github-actions github-actions bot added L: dart:pub Dart packages via pub L: devcontainers L: github:actions GitHub Actions L: java:gradle Maven packages via Gradle labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dart:pub Dart packages via pub L: devcontainers L: github:actions GitHub Actions L: java:gradle Maven packages via Gradle L: java:maven Maven packages via Maven T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

4 participants