-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from hellohaptik/develop
Release 2019-03-20 07:42:41 +0000
- Loading branch information
Showing
32 changed files
with
9,973 additions
and
1,736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.