This is an automated email from the ASF dual-hosted git repository.

xiatian pushed a commit to branch Pil0tXia-patch-action-1
in repository https://gitbox.apache.org/repos/asf/eventmesh.git

commit f8312ea3d0db79f76402936d38c4561d3bd354b4
Author: Pil0tXia <[email protected]>
AuthorDate: Thu Apr 4 12:26:41 2024 +0800

    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 6f27a8520..728d32adf 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:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to