Template main.yml
workflow to enable feedback from tooling
repo
#1
Labels
enhancement
New feature or request
main.yml
workflow to enable feedback from tooling
repo
#1
Dependabot runs over in
blakeNaccarato/tooling
. When a pull request is merged over there, I want the updated dependency to show up as a commit on this repo. That can be done by writing anupdate
job intomain.yml
thatneeds
all the other jobs inmain.yml
to succeed. Then,update
will propagate changes back toblakeNaccarato/copier-python/template
. This automates that section of the "loop" between the two repos.The other end of the "loop", updating
blakeNaccarato/tooling
whenever the template changes, is less automatable. The questions/answers might change so the automation would be fragile. There is currently no way to not run a job if a certain file changes.The
update
job shouldn't leak into my other projects, so it should be protected behind Jinja conditionals. That conditional could be tied to thegitignore_dependencies
question which should probably be generalized toare_we_in_tooling
or something.Once this automation is established, it should become easier to maintain tooling, as bumped Dependencies will come as new commits.
The text was updated successfully, but these errors were encountered: