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

Combine titles #17

Closed
mdelapenya opened this issue Feb 5, 2024 · 0 comments · Fixed by #19
Closed

Combine titles #17

mdelapenya opened this issue Feb 5, 2024 · 0 comments · Fixed by #19
Labels
enhancement New feature or request

Comments

@mdelapenya
Copy link
Owner

  • if there is one single PR in the set, use the title
  • if there are more than one:
    • keep chore(deps): bump/update as the first part of the title
    • extract the dependency + version + path for each PR
    • concat them, separating by commas.

Example: 3 PRs

  • chore(deps): bump github.com/foo1/bar1 from 1.0.0 to 1.2.0 in /
  • chore(deps): bump github.com/foo2/bar2 from 1.0.0 to 1.2.0 in /subpath1
  • chore(deps): bump github.com/foo3/bar3 from 1.0.0 to 1.2.0 in /subpath2

It would generate this title:

chore(deps): bump github.com/foo1/bar1 from 1.0.0 to 1.2.0 in /, github.com/foo2/bar2 from 1.0.0 to 1.2.0 in /subpath1, bump github.com/foo3/bar3 from 1.0.0 to 1.2.0 in /subpath2

@mdelapenya mdelapenya added the enhancement New feature or request label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant