diff --git a/.mergify.yml b/.mergify.yml deleted file mode 100644 index 360f438be..000000000 --- a/.mergify.yml +++ /dev/null @@ -1,29 +0,0 @@ -pull_request_rules: - - name: assign and label scala-steward's PRs - conditions: - - author=scala-steward - actions: - assign: - users: ["@zio/zio-kafka"] - label: - add: ["type: dependencies"] - - name: label scala-steward's breaking PRs - conditions: - - author=scala-steward - - "body~=(labels: library-update, semver-major)|(labels: sbt-plugin-update, semver-major)" - actions: - label: - add: ["type: breaking"] - - name: merge Scala Steward's PRs - conditions: - - base=master - - author=scala-steward - - "body~=(labels: library-update, semver-minor)|(labels: library-update, semver-patch)|(labels: sbt-plugin-update, semver-minor)|(labels: sbt-plugin-update, semver-patch)|(labels: scalafix-rule-update)|(labels: test-library-update)" - - "status-success=license/cla" - - "status-success=lint" - - "status-success=test (8, 2.13.x)" - - "status-success=test (11, 2.13.x)" - - "status-success=test (17, 2.13.x)" - actions: - merge: - method: squash