repo-file-sync-action icon indicating copy to clipboard operation
repo-file-sync-action copied to clipboard

Prevent overwriting manual changes made to branch

Open alecsammon opened this issue 7 months ago • 0 comments

We use the repo-file-sync-action for a number of tasks including syncing changes to our linting configuration.

When we make an update to the linting rules then manual changes are often required in addition to the synced file.

Currently if the sync action runs again then it overwrites any changes make in other files, including all the history.

This PR will adjust this, so that the existing PR is updated instead, and the changes added as a new commit.

alecsammon avatar Jul 10 '24 11:07 alecsammon