-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into index_chunksize
- Loading branch information
Showing
829 changed files
with
55,873 additions
and
34,145 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,24 @@ | ||
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome | ||
|
||
# Comment to be posted to on first time issues | ||
newIssueWelcomeComment: > | ||
Hi, and welcome to yt! Thanks for opening your first issue. We have an issue | ||
template that helps us to gather relevant information to help diagnosing and | ||
fixing the issue. | ||
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome | ||
|
||
# Comment to be posted to on PRs from first time contributors in your repository | ||
newPRWelcomeComment: > | ||
Hi! Welcome, and thanks for opening this pull request. We have some guidelines for | ||
new pull requests, and soon you'll hear back about the results of our tests and | ||
continuous integration checks. Thank you for your contribution! | ||
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge | ||
|
||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: > | ||
Hooray! Congratulations on your first merged pull request! We hope we keep | ||
seeing you around! :fireworks: | ||
# It is recommend to include as many gifs and emojis as possible |
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,13 @@ | ||
# config file for mergeable: https://github.com/mergeability/mergeable | ||
version: 2 | ||
mergeable: | ||
- when: pull_request.* | ||
validate: | ||
- do: title | ||
must_exclude: | ||
regex: ^\[?WIP\b | ||
message: "WIP pull requests can't be merged." | ||
- do: label | ||
must_include: | ||
regex: 'bug|enhancement|new feature|docs|infrastructure' | ||
message: "Please label this pull request with one of: bug, enhancement, new feature, docs or infrastructure." |
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
Oops, something went wrong.