From 41da23042f8b6fddebc91b95d08189c27a6f3999 Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 20 Jan 2023 01:01:48 +0100 Subject: [PATCH] Update stale.yml --- .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 c51808c..584a902 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Marking this issue as stale due to inactivity. Please re-open if the need arises.' - stale-pr-message: 'Marking this PR as stale due to inactivity. Please re-open if the need arises.' + stale-issue-message: 'Marking this issue as stale due to inactivity' + stale-pr-message: 'Marking this PR as stale due to inactivity' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity'