From 8e5adbd37fa293a0712bb741ed3d9e8088ca2e38 Mon Sep 17 00:00:00 2001 From: Walter Lucetti Date: Wed, 13 Apr 2022 14:22:25 +0200 Subject: [PATCH] Update stale_issues.yml --- .github/workflows/stale_issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale_issues.yml b/.github/workflows/stale_issues.yml index c9164ce9..36b42fed 100644 --- a/.github/workflows/stale_issues.yml +++ b/.github/workflows/stale_issues.yml @@ -2,14 +2,14 @@ name: 'Stale issue handler' on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: '30 1 * * *' jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@main - id: stale_issue_and_pr + id: stale with: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days' days-before-stale: 30