-
Notifications
You must be signed in to change notification settings - Fork 16
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
github: Reject merge commits in pull requests in ci-lint workflow #107
base: master
Are you sure you want to change the base?
Conversation
NOTE: I'll leave this in failed state so the reviewer(s) can see how it works. Before merging, I'll rebase it and remove the XXX commit. |
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
# Run this step even if the previous one fails so that all linting | ||
# errors can be seen at once. BLA |
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.
BLA? :D
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.
Yeah, that's in the XXX commit 😀
uses: Morishiri/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
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.
I don't like their error message "1 commit(s) cannot be merged", but it isn't configurable :(
opposing this we'll want merging for times when we neither want to rewrite all commits nor want to squash everything into a single commit |
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.
opposing this (see conversation tab)
No description provided.