From 366deb44f817710aebc488bfe61aa9fb682f21e5 Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Tue, 15 Apr 2025 22:28:51 -0300 Subject: [PATCH] Change crontab time for each 2 months --- .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 20def98..0578dfd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: '27 19 * * *' + - cron: "0 0 1 2,4,6,8,10,12 *" jobs: stale: @@ -20,7 +20,7 @@ jobs: - uses: actions/stale@v9.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Stale issue message' - stale-pr-message: 'Stale pull request message' - stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity' + stale-issue-message: "Stale issue message" + stale-pr-message: "Stale pull request message" + stale-issue-label: "no-issue-activity" + stale-pr-label: "no-pr-activity"