mentimeter/morty

Actions running on pull-requests shouldn't create change commits

Opened this issue · 0 comments

Action running in pull request generates annoying merge conflicts.

Either:

  • Action should be configured to never add commits on pull request
  • Add flag "--check" or similar to be able to only "check" mortems on PR flow

Leaning towards the first, but the second opens up for more use cases.