aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2018-12-14 22:06:06 +0800
committerGitHub <noreply@github.com>2018-12-14 22:06:06 +0800
commit7dbb075c07511ccdfd8b428cce1adbc6c146eb18 (patch)
treea8e801868c6d5d254ee283918a874ac7d494e048
parentaebf9e2fe7beb6d23db94d0885cc7a1089b15d87 (diff)
parent88d7d4fed4f95df9b81fa6acc66c760e0cb08cd7 (diff)
downloadgo-tangerine-7dbb075c07511ccdfd8b428cce1adbc6c146eb18.tar
go-tangerine-7dbb075c07511ccdfd8b428cce1adbc6c146eb18.tar.gz
go-tangerine-7dbb075c07511ccdfd8b428cce1adbc6c146eb18.tar.bz2
go-tangerine-7dbb075c07511ccdfd8b428cce1adbc6c146eb18.tar.lz
go-tangerine-7dbb075c07511ccdfd8b428cce1adbc6c146eb18.tar.xz
go-tangerine-7dbb075c07511ccdfd8b428cce1adbc6c146eb18.tar.zst
go-tangerine-7dbb075c07511ccdfd8b428cce1adbc6c146eb18.zip
Change issue labels in bot configs to the new prefixed version (#18311)
-rw-r--r--.github/no-response.yml2
-rw-r--r--.github/stale.yml2
2 files changed, 2 insertions, 2 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
diff --git a/.github/stale.yml b/.github/stale.yml
index c621939c3..6d921cc79 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -7,7 +7,7 @@ exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
-staleLabel: stale
+staleLabel: "status:inactive"
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had