Skip to content

Commit

Permalink
Configure Release Drafter & Mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jun 29, 2020
1 parent 1f6f5f9 commit c599f0d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://github.com/marketplace/actions/release-drafter
name-template: '$NEXT_PATCH_VERSION'

change-template: '* $TITLE: $BODY. [#$NUMBER](https://github.com/dwijnand/sbt-dynver/pull/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)'

categories:
- title: 'Dependency Updates'
label: 'type: dependencies'

template: |
## Changes
$CHANGES
https://github.com/dwijnand/sbt-dynver/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION
18 changes: 18 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pull_request_rules:
- name: Label scala-steward's PRs
conditions:
- author=scala-steward
actions:
label:
add: [dependency-update]
- name: Merge ScalaSteward's PRs
conditions:
- author=scala-steward
- status-success=Travis CI - Pull Request
# or, using the modern travis-ci.com service:
# - status-success=continuous-integration/travis-ci/pr
- "#changes-requested-reviews-by=0"
- "#review-requested=0"
actions:
merge:
method: merge

0 comments on commit c599f0d

Please sign in to comment.