Skip to content
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

formatting: Add style-commit makefile target #9429

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

mpickering
Copy link
Collaborator

This target allows you to format a range of commits, for example:

make style-commit COMMIT=HEAD~1
> Last commit is formatted
make style-commit COMMIT=abcde
> Commits between HEAD and abcde are formatted

@mpickering mpickering added the merge me Tell Mergify Bot to merge label Nov 13, 2023
@mergify mergify bot added the merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days label Nov 15, 2023
@Mikolaj
Copy link
Member

Mikolaj commented Nov 23, 2023

This got stuck in CI somehow. Rebasing.

@Mikolaj
Copy link
Member

Mikolaj commented Nov 23, 2023

@mergify rebase

This target allows you to format a range of commits, for example:

```
make style-commit COMMIT=HEAD~1
> Last commit is formatted
make style-commit COMMIT=abcde
> Commits between HEAD and abcde are formatted
```
Copy link
Contributor

mergify bot commented Nov 23, 2023

rebase

✅ Branch has been successfully rebased

@mergify mergify bot merged commit 4d85411 into haskell:master Nov 23, 2023
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days merge me Tell Mergify Bot to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants