Skip to content

Commit

Permalink
Add some friendly bots 🤖
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Blagoev <blagoevn@vmware.com>
  • Loading branch information
nblagoev committed Mar 24, 2019
1 parent 326d348 commit 35addca
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -16,7 +16,6 @@ Put an `x` in the boxes that apply. You can also fill these out after creating t
This is simply a reminder of what we are going to look for before merging your code.
-->

- [ ] I have read the guidelines in the [CONTRIBUTING](https://github.com/vmware/vrealize-developer-tools/blob/master/CONTRIBUTING.md) document
- [ ] Lint and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added necessary documentation (if appropriate)
Expand Down
12 changes: 12 additions & 0 deletions .github/config.yml
@@ -0,0 +1,12 @@
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thanks for opening this issue! If you would like to help implement an improvement, [read more about contributing](https://github.com/vmware/vrealize-developer-tools/blob/master/CONTRIBUTING.md) and consider submitting a pull request.
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors
newPRWelcomeComment: >
Thank you for taking the time to contribute! We'll check this out soon and let you know if we have any questions or feedback.
If you haven't already, please be sure to check out [the contributing guidelines](https://github.com/vmware/vrealize-developer-tools/blob/master/CONTRIBUTING.md).
15 changes: 15 additions & 0 deletions .github/no-response.yml
@@ -0,0 +1,15 @@
# Configuration for probot-no-response - https://github.com/probot/no-response

# Number of days of inactivity before an issue is closed for lack of response
daysUntilClose: 28

# Label requiring a response
responseRequiredLabel: status:need-info

# Comment to post when closing an issue for lack of response. Set to `false` to disable.
closeComment: >
This issue has been automatically closed because there has been no response
to our request for more information from the original author. With only the
information that is currently in the issue, we don't have enough information
to take action. Please reach out if you have or find the answers we need so
that we can investigate further.
32 changes: 32 additions & 0 deletions .github/stale.yml
@@ -0,0 +1,32 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 365

# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 14

# Issues or Pull Requests with these labels will never be considered stale
exemptLabels:
- type:regression
- type:security
- status:triaged
- pinned

# Label to use when marking as stale
staleLabel: status:stale
# Comment to post when marking as stale. Set to `false` to disable

markComment: >
This issue has been automatically marked as `stale` because it has not had
recent activity 😴. It will be closed if no further activity occurs. Thank you
for your contributions 👌!
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false

# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: false

# Limit to only `issues` or `pulls`
only: issues

0 comments on commit 35addca

Please sign in to comment.