From bbea7dfaa3ecb2bbc0bb887fd26b210dd28ec9e3 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 24 Apr 2020 00:05:54 +0200 Subject: [PATCH] Update label names --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 31305f6f06d..db8e6e705ef 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,6 +13,6 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue will be closed in 7 days due to inactivity :zzz: Please provide the requested information if the problem persists.' - stale-issue-label: 's: stale' + stale-issue-label: 'status: stale' days-before-stale: 30 - only-labels: 's: waiting-for-customer-feedback' + only-labels: 'status: waiting-for-customer-feedback'