Skip to content

Commit e0d7f40

Browse files
authored
Updates for Mergify for Scala Steward
Updates mergify for Scala Steward
2 parents 5f2a689 + 1ab7dd6 commit e0d7f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ queue_rules:
77
pull_request_rules:
88
- name: assign and label scala-steward's PRs
99
conditions:
10-
- author=scala-steward
10+
- author=dwolla-oss-scala-steward[bot]
1111
actions:
1212
request_reviews:
1313
users: [bpholt]
1414
label:
1515
add: [dependency-update]
1616
- name: automatic update pull requests
1717
conditions:
18-
- author=scala-steward
18+
- author=dwolla-oss-scala-steward[bot]
1919
- -conflict # skip PRs with conflicts
2020
- -draft # filter-out GH draft PRs
2121
actions:
2222
update:
2323
- name: merge scala-steward's PRs
2424
conditions:
25-
- author=scala-steward
25+
- author=dwolla-oss-scala-steward[bot]
2626
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11, mysql:8)
2727
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8, mysql:8)
2828
actions:

0 commit comments

Comments
 (0)