[wishlist] action: Apply and provide git-diff #1046
Labels
A-cli
C-enhancement
Category: Raise on the bar on expectations
S-waiting-on-decision
Status: Waiting on a go/no-go before implementing
When typos is used as the GitHub action, changes are shown but not easy to apply, requiring the tedious process of opening the files, changing the text and not missing one suggestion (guess who missed one again).
While there is the write_changes option, that requires extra steps to set up (not only once but at runtime – creating another PR in the process or whatnot), and moreover, the one linked action that'd do that has been archive.
Please consider adding an option
patch
thatgit diff
A developer applying changes from CI often has a terminal open anyway, so seeing that the typos linter triggered and fixing it would be as easy as typing
git am
and copy-pasting from the action output.CC'ing @ROMemories who was so kind as to introduce me to this tool ;-)
The text was updated successfully, but these errors were encountered: