From 4cdffead738c90e1facadab1064043613d21ca0a Mon Sep 17 00:00:00 2001 From: Antoine van der Lee Date: Thu, 6 Feb 2020 13:36:07 +0100 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 92d11d30..864675ab 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/stale@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-label: 'no-issue-activity' + stale-issue-label: 'Stale' stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.' stale-pr-label: 'Stale' stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.'