From e83f9ead0ab0a5bb0c7e3aacdc366775d3dc4ecf Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 15 May 2022 15:58:20 +0200 Subject: [PATCH] update tags to new 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 278e5139e5..4f21c1e8be 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue seems stale. Please react to show this is still important.' stale-pr-message: 'This PR seems stale. Please react to show this is still important.' - stale-issue-label: 'no-activity' - stale-pr-label: 'no-activity' + stale-issue-label: 'inactive' + stale-pr-label: 'inactive' start-date: '2022-01-01' exempt-all-milestones: true