From f8312ea3d0db79f76402936d38c4561d3bd354b4 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Thu, 4 Apr 2024 12:26:41 +0800 Subject: [PATCH] Fix stale workflow failure and adjust cron to UTC time --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6f27a85209..728d32adfa 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,11 +21,11 @@ name: 'Remind stale issues and PRs' on: schedule: - - cron: '30 2 * * *' + - cron: '30 18 * * *' permissions: issues: write - pull-request: write + pull-requests: write jobs: stale: