From c7b685622a2fa44ef1d3ba512c3519fa1ac97c92 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Wed, 16 Sep 2020 08:40:49 +0200 Subject: [PATCH] ci: fix old message --- .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 3c36214..30a7a88 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,10 +11,10 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is being marked as "stale" because it has been open 30 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.' + stale-issue-message: 'This issue is being marked as "stale" because it has been open 20 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.' stale-issue-label: stale exempt-issue-labels: pinned - stale-pr-message: 'This PR is being marked as "stale" because it has been open 30 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.' + stale-pr-message: 'This PR is being marked as "stale" because it has been open 20 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.' stale-pr-label: stale exempt-pr-labels: pinned days-before-stale: 20