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

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

Open
dreid opened this issue Feb 12, 2024 · 1 comment · May be fixed by #495
Open

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

dreid opened this issue Feb 12, 2024 · 1 comment · May be fixed by #495
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?

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

Successfully merging a pull request may close this issue.

2 participants