NuKeeperDotNet / NuKeeper

Automagically update nuget packages in .NET projects
Apache License 2.0
541 stars 127 forks source link

Name templating capability for pull request #1106

Closed nickvbeek closed 3 years ago

nickvbeek commented 3 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

The capability to be able to specify the name of the pull request by providing a name template like the branchnametemplate. There's an extra parameter 'pullrequestnametemplate' introduced that accepts the name template.

:arrow_heading_down: What is the current behavior?

The pull request name was not configurable by the user

:new: What is the new behavior (if this is a feature change)?

The pull request name can be adjusted by specifying the 'pullrequestnametemplate' parameter and use the same templating parameters as the branchnametemplate uses. When not specified the default (existing) behavior will kick in.

:boom: Does this PR introduce a breaking change?

No, when pullrequestnametemplate is not provided the default name will be generated by NuKeeper

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting

nickvbeek commented 3 years ago

Hi, is is possible to review this pullrequest?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.