From 6472e9e2244bc5ef7a753669369e0a726965efd7 Mon Sep 17 00:00:00 2001 From: Proddy Date: Mon, 21 Apr 2025 09:06:37 +0200 Subject: [PATCH] run at 1:30am --- .github/workflows/stale_issues.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/stale_issues.yml b/.github/workflows/stale_issues.yml index 8ff56ea3f..ff980d021 100644 --- a/.github/workflows/stale_issues.yml +++ b/.github/workflows/stale_issues.yml @@ -2,22 +2,22 @@ name: "Mark or close stale issues and PRs" on: schedule: - - cron: "30 * * * *" + - cron: "30 1 * * *" jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 30 - days-before-close: 5 - stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise this will be closed in 5 days." - stale-pr-message: "This PR has been automatically marked as stale because there has been no activity in last 30 days. It will be closed if no further activity occurs. Thank you for your contributions." - close-issue-message: "This issue was closed because it has been stalled for 5 days with no activity." - close-pr-message: "This PR was automatically closed because of being stale." - stale-pr-label: "stale" - stale-issue-label: "stale" - exempt-issue-labels: "bug,enhancement,pinned,security" - exempt-pr-labels: "bug,enhancement,pinned,security" + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + days-before-stale: 30 + days-before-close: 5 + stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise this will be closed in 5 days." + stale-pr-message: "This PR has been automatically marked as stale because there has been no activity in last 30 days. It will be closed if no further activity occurs. Thank you for your contributions." + close-issue-message: "This issue was closed because it has been stalled for 5 days with no activity." + close-pr-message: "This PR was automatically closed because of being stale." + stale-pr-label: "stale" + stale-issue-label: "stale" + exempt-issue-labels: "bug,enhancement,pinned,security" + exempt-pr-labels: "bug,enhancement,pinned,security"