From cdd660b42767347c40a3a1f6fb1fd835b86b962c Mon Sep 17 00:00:00 2001 From: Adrian Scillato <39969427+ascillato2@users.noreply.github.com> Date: Sat, 30 Jan 2021 17:55:56 -0300 Subject: [PATCH] Update stale-actions.yml --- .github/workflows/stale-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-actions.yml b/.github/workflows/stale-actions.yml index 4afcc8b01..75decdd3c 100644 --- a/.github/workflows/stale-actions.yml +++ b/.github/workflows/stale-actions.yml @@ -2,13 +2,13 @@ name: "Mark or close stale issues and PRs" on: schedule: - - cron: "15 05 * * *" + - cron: "30 * * * *" jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3.0.14 + - uses: actions/stale@v3.0.15 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 25