From 86350cea97d1c0b7ffc2a9c8147a4fe82d33ac5d Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sat, 21 Aug 2021 13:10:42 +0200 Subject: [PATCH] chore(ci): update stale action --- .github/workflows/stale.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 231078a30..ed54adfa9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: '42 5 * * *' + - cron: '0 0 * * *' jobs: stale: @@ -16,7 +16,7 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue, please create a new issue and ensure the template is fully filled out.' - stale-pr-message: 'Stale pull request message' - stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity' + stale-issue-message: 'There has been no recent activity and this issue has been marked inactive.' + stale-pr-message: 'There has been no recent activity and this PR has been marked inactive.' + stale-issue-label: 'status: inactive' + stale-pr-label: 'status: inactive'