mirror of
https://github.com/humhub/humhub.git
synced 2025-04-21 07:31:53 +02:00
Added probot-no-response configuration
Signed-off-by: Lucas Bartholemy <lucas@bartholemy.com>
This commit is contained in:
parent
675e6da019
commit
70b9f80a74
17
.github/no-response.yml
vendored
Normal file
17
.github/no-response.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# 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: 8
|
||||
|
||||
# Label requiring a response
|
||||
responseRequiredLabel: Status:Need more information
|
||||
|
||||
# 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.
|
||||
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,7 +24,6 @@ uploads/profile_image/banner/*
|
||||
nbproject
|
||||
.idea/*
|
||||
.gitmodules
|
||||
.github
|
||||
|
||||
themes/*
|
||||
!themes/HumHub
|
||||
@ -37,4 +36,4 @@ favicon.ico
|
||||
|
||||
**/tests/codeception/_support/_generated/**
|
||||
|
||||
**/tests/codeception/_output/**
|
||||
**/tests/codeception/_output/**
|
Loading…
x
Reference in New Issue
Block a user