prettier_action icon indicating copy to clipboard operation
prettier_action copied to clipboard

[FEATURE] modify files without pushing

Open datapolitical opened this issue 2 years ago • 7 comments

What would you like to change about the program? A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I would like to be able to modify files without pushing

Why do you think this is a cool idea? A clear and concise description of why your feature would improve the program.

for people who already have a commit and push process as part of their action, it is unnecessary to have to push twice.

datapolitical avatar Dec 28 '21 17:12 datapolitical

Sounds like a good idea!

creyD avatar Dec 28 '21 17:12 creyD

The dry parameter could be used for this behavior, right?

creyD avatar Dec 28 '21 17:12 creyD

With regard to dry mode, the documentation says "Runs the action in dry mode. Files wont get changed", which I took to mean that the files would not get modified.

datapolitical avatar Dec 28 '21 17:12 datapolitical

With regard to dry mode, the documentation says "Runs the action in dry mode. Files wont get changed", which I took to mean that the files would not get modified.

Same here. If dry mode works for this I think documentation could be reworded.

mauriciopasquier avatar Feb 16 '22 19:02 mauriciopasquier

Dry run terminates the github action, just tested that.

ai-slave avatar Sep 28 '22 17:09 ai-slave

dry mode does not work because it detect not committed changes and fails

chicco785 avatar Jun 28 '23 09:06 chicco785

@chicco785 Do you think a custom commit_options with exclusion of everything would do the trick?

creyD avatar Jun 30 '23 15:06 creyD