adobe / rules_gitops

This repository contains rules for continuous, GitOps driven Kubernetes deployments.
Apache License 2.0
172 stars 43 forks source link

Allow to set pull request custom title and body #137

Closed eko closed 1 year ago

eko commented 1 year ago

Hi,

We are using your GitOps rules and would like to add some arguments to the @com_adobe_rules_gitops//gitops/prer:create_gitops_prs in order to allow settings a custom title and/or body pull request.

Description

By default, it continues to act as it is for now by settings the following as title and body: GitOps deployment <branch>, but you can also specify:

This would be useful for us in order to display a changelog in the pull request body.

Related Issue

https://github.com/adobe/rules_gitops/issues/136

Motivation and Context

We would like to add custom information to the pull request such as a changelog.

How Has This Been Tested?

I've tested it by forking the project and using it in my Bazel project.

Types of changes

Checklist:

eko commented 1 year ago

Hello, do you think we could have this merged and released soon?

michaelschiff commented 1 year ago

Sorry for the delay, thank you again for the contribution!

eko commented 1 year ago

No problem, thank you @michaelschiff! :)

eko commented 1 year ago

@michaelschiff Could you also please tag a new release with this addition?