From 5bb8d3f33d84f021bb17c61f05f29d09ada1ffce Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Tue, 10 Nov 2020 13:27:32 -0500 Subject: [PATCH] chore(repo): fix a typo in the stale action config --- .github/workflows/schedule-stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-stale.yml b/.github/workflows/schedule-stale.yml index c9e6e2c09c..f8a8ca96d2 100644 --- a/.github/workflows/schedule-stale.yml +++ b/.github/workflows/schedule-stale.yml @@ -49,7 +49,7 @@ jobs: stale-issue-label: "stale" operations-per-run: 300 remove-stale-when-updated: true - only-labels: "blocked: repro needed,blocked: retry with latest" + only-labels: "blocked: repro needed" stale-issue-message: | This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. If we missed this issue please reply to keep it active.