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.
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.