Merge pull request #583 from outline/bots

Added Probot Config
This commit is contained in:
Tom Moor
2018-02-10 23:05:24 -08:00
committed by GitHub
3 changed files with 66 additions and 0 deletions

32
.github/config.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
# Configuration for request-info - https://github.com/behaviorbot/request-info
# Comment to reply with
requestInfoReplyComment: >
Hey there! It looks like you didn't provide much information here. Please
consider adding more details about the issue / pr or it will be automatically
closed. Thanks for helping us maintain the project!
# default titles to check against for lack of descriptiveness
requestInfoDefaultTitles:
- update readme.md
- updates
- fix
- fixes
requestInfoLabelToAdd: more information needed
# 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: >
Thanks for opening your first pull request in the Outline project 🎉🙌! One of the core
team members will take a look and get back to you soon with approval or requested
changes.
# 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: >
A big thanks on merging your first pull request into Outline!
![awesome](https://media.giphy.com/media/fDzM81OYrNjJC/giphy.gif)

13
.github/no-response.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# 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: 14
# Label requiring a response
responseRequiredLabel: more information needed
# 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 the request for more information. With only the details that are currently
in the issue, we don't have enough information to take action.

21
.github/stale.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Hey! The issue has been automatically marked as stale because it has not had
recent activity. It will be closed soon if no further activity occurs. Please
reply here if you wish for the issue to be kept open.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false