Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue #20

Merged
merged 1 commit into from
Oct 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
📝 Update .github
  • Loading branch information
jasonrudolph committed Oct 2, 2018
commit 675bd01f1af7e13d60caff44963e967ebf704edc
2 changes: 1 addition & 1 deletion .github/no-response.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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: 180
daysUntilClose: 28

# Label requiring a response
responseRequiredLabel: more-information-needed
Expand Down