From f3dd05a0c05ea4742408f2a44a810f0fd6801ba5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 20 Mar 2024 06:12:56 +0100 Subject: [PATCH] Move jobs to better times. --- .github/workflows/cleanup.yml | 2 +- .github/workflows/lock.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/stale.yml | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 0be8f1c3fc..5f66bd519e 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -7,7 +7,7 @@ permissions: on: schedule: - - cron: '0 0 * * *' + - cron: '0 1 * * *' workflow_dispatch: jobs: prune: diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 4db8265f53..2de9c9dca9 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -3,7 +3,7 @@ name: 'Issues - Lock old issues' on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: '0 2 * * *' concurrency: group: lock-threads diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 164b575d4a..88b3cf43cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: required: true default: 'develop' schedule: - - cron: '15 0 * * MON,THU' + - cron: '0 3 * * MON,THU' jobs: build: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e412dd4938..2756b94bb6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: "Issues - Mark and close stale issues" on: schedule: - - cron: "30 1 * * *" + - cron: "0 4 * * *" workflow_dispatch: permissions: @@ -18,16 +18,16 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: > - Hi there! - + Hi there! + This is an automatic reply. `Share and enjoy` This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. stale-pr-message: > - Hi there! - + Hi there! + This is an automatic reply. `Share and enjoy` This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.