-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(cI): allow PR autoformatting with a label #1712
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy with this opt-in, don't see downsides right now other than even more commits on your branches 😆 Maybe just remember to clear the lengthy auto-generated commit messages when squash-merging your PRs.
Do we use commit bodies for anything atm? |
OK, maybe I need to make an action to do merges for me to avoid that for you! |
Expands our autoformatting workflow (previously just a workflow dispatch) so you can add the
format_me
label to a PR to have it autoformatted. Later we can get the formatting commits to use a PAT, and then they will trigger CI, which they don't atm.