Skip to content

Commit

Permalink
Update .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek authored Jun 26, 2022
1 parent 08b44bb commit 7dc6e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pull_request_rules:
- name: assign and label scala-steward's PRs
conditions:
- author=scala-steward
- author=eikek-scala-steward
actions:
assign:
users: [eikek]
label:
add: ["type: dependencies"]
- name: automatically merge Scala Steward PRs on CI success
conditions:
- author=scala-steward
- author=eikek-scala-steward
- base=master
- status-success=ci
actions:
Expand Down

0 comments on commit 7dc6e16

Please sign in to comment.