adobe / rules_gitops

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

Pull request: allow to set custom title and body #136

Open eko opened 1 year ago

eko commented 1 year ago

Description of the problem / feature request:

Using the @com_adobe_rules_gitops//gitops/prer:create_gitops_prs rule, we would like to be able to set a custom title / body pull request message.

Feature requests: what underlying problem are you trying to solve with this feature?

Maybe we can add 2 optional arguments to this rule:

Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

Currently, there is the same default title and body set as: GitOps deployment <branch>

What operating system are you running Bazel on?

macOS (but this information does not matter for this change)

What's the output of bazel info release?

release 6.2.0

Thank you!