Skip to content

Commit

Permalink
Merge pull request #732 from danicheg/merge-series/0.23-into-main
Browse files Browse the repository at this point in the history
Merge `series/0.23` into `main`
  • Loading branch information
danicheg authored Aug 28, 2022
2 parents 37710b7 + 58aaff0 commit 2f115f8
Showing 1 changed file with 60 additions and 6 deletions.
66 changes: 60 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,64 @@
pull_request_rules:
- name: automatically merge scala-steward's PRs

- name: label series/0.23 PRs
conditions:
- base=series/0.23
actions:
label:
add: ['series/0.23']

- name: label http4s-steward's PRs
conditions:
- author=http4s-steward[bot]
actions:
label:
add: [dependencies]

- name: label blaze-core PRs
conditions:
- files~=^core/
actions:
label:
add: ['module:blaze-core']

- name: label http4s-blaze-client PRs
conditions:
- files~=^blaze-client/
actions:
label:
add: ['module:http4s-blaze-client']

- name: label http4s-blaze-core PRs
conditions:
- files~=^blaze-core/
actions:
label:
add: ['module:http4s-blaze-core']

- name: label http4s-blaze-server PRs
conditions:
- files~=^blaze-server/
actions:
label:
add: ['module:http4s-blaze-server']

- name: label blaze-examples PRs
conditions:
- files~=^examples/
actions:
label:
add: ['module:blaze-examples']

- name: label blaze-testkit PRs
conditions:
- author=scala-steward
- status-success=continuous-integration/travis-ci/pr
- body~=labels:.*semver-patch.*
- files~=^testkit/
actions:
merge:
method: merge
label:
add: ['module:blaze-testkit']

- name: label ember-server PRs
conditions:
- files~=^ember-server/
actions:
label:
add: ['module:ember-server']

0 comments on commit 2f115f8

Please sign in to comment.