openrewrite / rewrite-github-actions

OpenRewrite recipes for performing GitHub action hygiene and migration tasks.
Apache License 2.0
9 stars 10 forks source link

Expand SetupJavaCaching to work on any job name #7

Open aegershman opened 3 years ago

aegershman commented 3 years ago

Currently, we match on jobs.build.*..., but we should be able to account for jobs named anything else, such as publish, publish-snapshots, etc.; update the matching predicates to capture any job name