sbt-typelevel icon indicating copy to clipboard operation
sbt-typelevel copied to clipboard

`prePR` bot

Open armanbilge opened this issue 3 years ago • 2 comments

Building on https://github.com/typelevel/sbt-typelevel/issues/15.

Assuming that we get our prePR command, I want a way to ask CI to run prePR for me and commit the changes.

I wonder if this can be accomplished (mostly) by spitting out an additional workflow. The only trick bit is figuring out how to conveniently trigger that workflow.

armanbilge avatar Jan 13 '22 16:01 armanbilge

Something like this, for example. Run when a prePR label is added, which can be removed upon completion. https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added

armanbilge avatar Jan 13 '22 16:01 armanbilge

As long as it's opt-in, it could be useful.

rossabaker avatar Jan 18 '22 05:01 rossabaker