We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Mergify is often used for projects that use scala-steward.
Install Mergify app and write .mergify.yml like this
pull_request_rules: - name: automatically merge scala-steward's PRs conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - body~=labels:.*semver-patch actions: merge: method: merge
If the CI is successful and the update is semver-patch, the scala-steward PR will be merged automatically.
The text was updated successfully, but these errors were encountered:
That's brilliant. Didn't know about that service but often wished for it
Sorry, something went wrong.
BTW I tried enabling this, but I can't grant mergify permission because I'm not the org owner, I think it needs @etorreborre to enable
No branches or pull requests
Description
Mergify is often used for projects that use scala-steward.
Install Mergify app and write .mergify.yml like this
If the CI is successful and the update is semver-patch, the scala-steward PR will be merged automatically.
The text was updated successfully, but these errors were encountered: