From 13d59c2d1fccecc6343965cef89464229d00db21 Mon Sep 17 00:00:00 2001 From: Chen Lei Date: Tue, 16 Jun 2020 11:50:49 +0800 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 5f8dd12f477..7eef5309ecd 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -23,7 +23,7 @@ daysUntilStale: 7 # Number of days of inactivity before a stale Issue or Pull Request is closed daysUntilClose: 7 -# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) +# Only issues or pull requests with all of these labels are checked if stale. Defaults to `[]` (disabled) onlyLabels: - stat:awaiting response # Comment to post when marking as stale. Set to `false` to disable