forked from scala-steward-org/scala-steward
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
24 lines (23 loc) · 829 Bytes
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was automatically generated by sbt-typelevel-mergify using the
# mergifyGenerate task. You should add and commit this file to
# your git repository. It goes without saying that you shouldn't edit
# this file by hand! Instead, if you wish to make changes, you should
# change your sbt build configuration to revise the mergify configuration
# to meet your needs, then regenerate this file.
pull_request_rules:
- name: label scala-steward's PRs
conditions:
- author=scala-steward
actions:
label:
add:
- dependency-update
remove: []
- name: merge scala-steward's PRs
conditions:
- author=scala-steward
- status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@17)
- status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@11)
actions:
merge:
method: squash