|
It already looks like we will have a variety of scenarios when applying recipes to code. In some cases, we'll want to merge a quickfix to the master branches. In other cases, we will want pull requests to double-check that things are fine. In some cases, running the recipes will be a one-off thing, other times it will be a periodic job. Hence, we should have a flexible entry point (pipeline) to do the following:
- take a list of recipes with parameters (use OpenRewrite's YAML?)
- take a list of repositories (& target branches)
- run the recipes on the repositories
- push them to the branch and/or create a pull request
|