diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 00000000..6fd1a310 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,16 @@ +# 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 diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 00000000..1e45cc85 --- /dev/null +++ b/.github/no-response.yml @@ -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. diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..eb5c955f --- /dev/null +++ b/.github/stale.yml @@ -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