Skip to content

Commit

Permalink
Merge pull request #228 from hellohaptik/develop
Browse files Browse the repository at this point in the history
Release 2019-03-20 07:42:41 +0000
  • Loading branch information
chiragjn authored Mar 20, 2019
2 parents d0d3597 + 5979fd3 commit 5460c21
Show file tree
Hide file tree
Showing 32 changed files with 9,973 additions and 1,736 deletions.
21 changes: 21 additions & 0 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
mergeable:
pull_requests:
stale:
days: 14
message: 'This PR is stale. Please follow up!'

label:
must_include:
regex: '(new-feature)|(documentation)|(bug-fixes)|(enhancement)|(needs-migration)|(packages-updated)|(miscellaneous)'
message: 'Can you please add a valid label! [One of (new-feature) / (documentation) / (bug-fixes) / (enhancement) / (needs-migration) / (packages-updated) / (miscellaneous)]'
must_exclude:
regex: '(do-not-merge)'
message: 'This PR is work in progress. Cannot be merged yet.'

description:
no_empty:
enabled: true
message: 'Can you please add a description!'
must_exclude:
regex: 'do not merge'
message: 'This PR is work in progress. Cannot be merged yet.'
21 changes: 21 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name-template: $NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_VERSION
branches: master
template: |
# What's Changed
$CHANGES
categories:
- title: 🚀 Features
label: new-feature
- title: 🐛 Bug Fixes
label: bug-fixes
- title: 📖 Documentation
label: documentation
- title: 💯 Enhancements
label: enhancement
- title: 🚒 Migrations
label: needs-migration
- title: 📦 Packages Updated
label: packages-updated
- title: 👺 Miscellaneous
label: miscellaneous
Loading

0 comments on commit 5460c21

Please sign in to comment.