File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ queue_rules:
77pull_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 :
You can’t perform that action at this time.
0 commit comments