Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Directory name is not properly extracted from branch name when using - separator. #493

Open
dreid opened this issue Feb 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dreid
Copy link

dreid commented Feb 12, 2024

Given a branch name like dependabot-pip-dirname-stripe-8.1.0
fetch-metadata produces metadata like:

  outputs.dependency-names: stripe
  outputs.dependency-type: direct:production
  outputs.update-type: version-update:semver-major
  outputs.directory: /dirname-stripe
  outputs.package-ecosystem: pip
  outputs.target-branch: trunk
  outputs.previous-version: 3.5.0
  outputs.new-version: 8.1.0
  outputs.compatibility-score: 0
  outputs.maintainer-changes: false
  outputs.dependency-group: 
  outputs.alert-state: 
  outputs.ghsa-id: 
  outputs.cvss: 0

The directory of /dirname-stripe is obviously incorrect the correct directory should be /dirname

@jeffwidman
Copy link
Member

I think #450 fixed this?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants