From fc205f91b67f38b02e026245fa39f3f61981e605 Mon Sep 17 00:00:00 2001 From: Chen Lei Date: Mon, 15 Jun 2020 00:07:37 +0800 Subject: [PATCH 1/2] Fix wrong comments Reference [Probot: Stale](https://github.com/probot/stale) --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index e1184ce37b4..5f8dd12f477 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 -# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable +# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) onlyLabels: - stat:awaiting response # Comment to post when marking as stale. Set to `false` to disable From 13d59c2d1fccecc6343965cef89464229d00db21 Mon Sep 17 00:00:00 2001 From: Chen Lei Date: Tue, 16 Jun 2020 11:50:49 +0800 Subject: [PATCH 2/2] 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