Skip to content

Commit

Permalink
Add dependency label to dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jul 15, 2021
1 parent e61458c commit d5b6b61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
categories:
- title: 'Dependency updates'
labels:
- 'dependency'
template: |
## What’s Changed
Expand Down
7 changes: 7 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@ pull_request_rules:
actions:
merge:
method: merge
- name: add label to scala steward PRs
conditions:
- author=scala-steward
actions:
label:
add:
- dependency

0 comments on commit d5b6b61

Please sign in to comment.