You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to disable manual commits (non-automated ones) to the releases directory. You can test the code locally and generate changes, but changes to the release files should only be made by the automation that runs.
Pros:
It prevents double commits (you commit one file, and the automation generates it over again, such as on this PR)
Automation is always tested this way.
unsure how to enforce this, think GitHub restrictions might work here (will automatically avoid pushes). Could probably setup pre-commit hooks to ignore JSON files as well.
The text was updated successfully, but these errors were encountered:
I'd like to disable manual commits (non-automated ones) to the releases directory. You can test the code locally and generate changes, but changes to the release files should only be made by the automation that runs.
Pros:
unsure how to enforce this, think GitHub restrictions might work here (will automatically avoid pushes). Could probably setup pre-commit hooks to ignore JSON files as well.
The text was updated successfully, but these errors were encountered: