Skip to content

Use Mergify for automatically merge scala-steward's PRs? #249

Description

@takayahilton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions