diff options
author | Adam Schmideg <adam@schmideg.net> | 2018-12-14 21:50:10 +0800 |
---|---|---|
committer | Adam Schmideg <adam@schmideg.net> | 2018-12-14 21:50:10 +0800 |
commit | 88d7d4fed4f95df9b81fa6acc66c760e0cb08cd7 (patch) | |
tree | c07500f326361dc4471acac316e439fb9d80d4d5 /.github/no-response.yml | |
parent | 9940d93a43bab1f060e8fbfadff510c3298f2726 (diff) | |
download | go-tangerine-88d7d4fed4f95df9b81fa6acc66c760e0cb08cd7.tar go-tangerine-88d7d4fed4f95df9b81fa6acc66c760e0cb08cd7.tar.gz go-tangerine-88d7d4fed4f95df9b81fa6acc66c760e0cb08cd7.tar.bz2 go-tangerine-88d7d4fed4f95df9b81fa6acc66c760e0cb08cd7.tar.lz go-tangerine-88d7d4fed4f95df9b81fa6acc66c760e0cb08cd7.tar.xz go-tangerine-88d7d4fed4f95df9b81fa6acc66c760e0cb08cd7.tar.zst go-tangerine-88d7d4fed4f95df9b81fa6acc66c760e0cb08cd7.zip |
Change issue labels in bot configs to the new prefixed version
Diffstat (limited to '.github/no-response.yml')
-rw-r--r-- | .github/no-response.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/no-response.yml b/.github/no-response.yml index b6e96efdc..903d4ce85 100644 --- a/.github/no-response.yml +++ b/.github/no-response.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an Issue is closed for lack of response daysUntilClose: 30 # Label requiring a response -responseRequiredLabel: more-information-needed +responseRequiredLabel: "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 |