Skip to content

Commit

Permalink
Merge pull request #3630 from typelevel/mergify-label-robot
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak authored May 14, 2023
2 parents 974c51d + a85dca9 commit 7e24bb9
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
pull_request_rules:
- name: label scala-steward's PRs
- name: label typelevel-steward's PRs
conditions:
- author=scala-steward
- author=typelevel-steward[bot]
actions:
label:
add: [':robot:']
- name: label typelevel-steward's update PRs
conditions:
- author=typelevel-steward[bot]
- body~=labels:.*library-update
actions:
label:
add: [dependencies]
- name: label dependabots's PRs
conditions:
- author=dependabot[bot]
actions:
label:
add: [':robot:']
- name: automatically merge dependabot docs PRs
conditions:
- author=dependabot[bot]
Expand Down

0 comments on commit 7e24bb9

Please sign in to comment.