1
0
mirror of synced 2026-03-16 08:16:55 +00:00

Better example for image automation auto PR

The linked github actions workflow does not actually do what you need, I
found a better one and demonstrated how to use it in this example.

The "GitHub Actions Auto PR" use case could be expanded upon, but I
think maybe this short version already says everything it needs to say!

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
This commit is contained in:
Kingdon Barrett
2021-04-26 12:32:04 -04:00
parent 6a37649ee6
commit a5b8840912
2 changed files with 55 additions and 1 deletions

View File

@@ -408,7 +408,7 @@ spec:
```
You can use CI automation e.g. GitHub Actions such as
[create-pull-request](https://github.com/peter-evans/create-pull-request)
Flux's [GitHub Actions Auto PR](/use-cases/gh-actions-auto-pr) example
to open a pull request against the checkout branch.
This way you can manually approve the image updates before they are applied on your clusters.