-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: shubham chaudhary <[email protected]>
- Loading branch information
Showing
10 changed files
with
386 additions
and
33 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,5 @@ | ||
# Lines starting with '#' are comments. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in the repo. | ||
* @ispeakc0de @ksatchit @rajdas98 @uditgaurav |
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,27 @@ | ||
<!-- This form is for bug reports and feature requests ONLY! --> | ||
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions.--> | ||
|
||
## Is this a BUG REPORT or FEATURE REQUEST? | ||
|
||
Choose one: BUG REPORT or FEATURE REQUEST | ||
|
||
<!-- | ||
If this is a BUG REPORT, please: | ||
- Fill in as much of the template below as you can. If you leave out information, we can't help you as well. | ||
If this is a FEATURE REQUEST, please: | ||
- Describe *in detail* the feature/behavior/change you'd like to see. | ||
In both cases, be ready for followup questions, and please respond in a timely | ||
manner. If we can't reproduce a bug or think a feature already exists, we | ||
might close your issue. If we're wrong, PLEASE feel free to reopen it and | ||
explain why. | ||
--> | ||
|
||
**What happened**: | ||
|
||
**What you expected to happen**: | ||
|
||
**How to reproduce it (as minimally and precisely as possible)**: | ||
|
||
**Anything else we need to know?**: |
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,18 @@ | ||
<!-- Thanks for sending a pull request! Here are some tips for you --> | ||
|
||
**What this PR does / why we need it**: | ||
|
||
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # | ||
|
||
**Special notes for your reviewer**: | ||
|
||
**Checklist:** | ||
- [ ] Fixes #<issue number> | ||
- [ ] Labelled this PR & related issue with `documentation` tag | ||
- [ ] PR messages has document related information | ||
- [ ] Labelled this PR & related issue with `breaking-changes` tag | ||
- [ ] PR messages has breaking changes related information | ||
- [ ] Labelled this PR & related issue with `requires-upgrade` tag | ||
- [ ] PR messages has upgrade related information | ||
- [ ] Commit has unit tests | ||
- [ ] Commit has integration tests |
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 probot-auto-merge - https://github.com/bobvanderlinden/probot-auto-merge | ||
|
||
reportStatus: true | ||
updateBranch: false | ||
deleteBranchAfterMerge: true | ||
mergeMethod: squash | ||
|
||
minApprovals: | ||
COLLABORATOR: 0 | ||
maxRequestedChanges: | ||
NONE: 0 | ||
blockingLabels: | ||
- DO NOT MERGE | ||
- WIP | ||
- blocked | ||
|
||
# Will merge whenever the above conditions are met, but also | ||
# the owner has approved or merge label was added. | ||
rules: | ||
- minApprovals: | ||
OWNER: 1 | ||
- requiredLabels: | ||
- merge | ||
|
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
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.