benknoble / frosthaven-manager

GUI Frosthaven Scenario Manager
https://benknoble.github.io/frosthaven-manager
Other
11 stars 3 forks source link

Add the Resyntax Autofixer workflow #104

Closed jackfirth closed 1 month ago

jackfirth commented 1 month ago

This sets up this repository for weekly pull requests from the Resyntax Autofixer. You'll need to add the RESYNTAX_APP_PRIVATE_KEY secret to your repository in your repository settings before it works. I took a rough guess on how to install your project based on your existing GitHub actions. In addition to running once a week, you can kick it off manually yourself using the "Run workflow" button in the Actions tab.

The action has some configurable limits on the size of the generated pull requests. I set it up with the same settings that the Typed Racket repository currently uses, but feel free to change them to whatever suits you.

benknoble commented 1 month ago

I had to choose between "Environment secret" and "Repository secret"; the latter seemed correct. Thanks for setting this up!