openrewrite / openrewrite/rewrite-github-actions
Generic recipe to Update existing command
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1
- Forks
- 9
- Avg merge
- 5h 27m
- Merged PRs (30d)
- 12
Description
The recipes
- #20,
- #33 and
- #35
are trying to accomplish the same: Given an existing step/command, provide a recipe to update/replace the existing value
Can we create a generic recipe to cover both scenarios?
We can still leave them as templates but this recipe should have most of the logic for them
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing recipes #20, #33, and #35 and the issue's comment thread to compare how they update or replace existing steps and commands. Identify the shared logic for a generic recipe while preserving the existing recipes as templates; done means both scenarios are covered without duplicating that logic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100