-
Notifications
You must be signed in to change notification settings - Fork 1
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 #33 from hellohaptik/develop_master_merge
develop -> master
- Loading branch information
Showing
17 changed files
with
605 additions
and
49 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
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,29 @@ | ||
codecov: | ||
notify: | ||
require_ci_to_pass: yes | ||
|
||
coverage: | ||
precision: 2 | ||
round: down | ||
range: "40...100" | ||
|
||
status: | ||
project: yes | ||
patch: | ||
default: | ||
target: 80% | ||
threshold: 1% | ||
changes: no | ||
|
||
parsers: | ||
gcov: | ||
branch_detection: | ||
conditional: yes | ||
loop: yes | ||
method: no | ||
macro: no | ||
|
||
comment: | ||
layout: "header, diff" | ||
behavior: default | ||
require_changes: no |
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)|(superman)' | ||
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,28 @@ | ||
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 | ||
- title: πͺ Superman Release | ||
label: superman | ||
|
||
|
||
# exclude-labels: | ||
# - miscellaneous |
Oops, something went wrong.