This is an automated email from the ASF dual-hosted git repository.
xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new f45141d41 [ISSUE #4810] Fix stale workflow failure and adjust cron
with UTC time (#4811)
f45141d41 is described below
commit f45141d4135f13d672163b19c4b7e8a8e553a818
Author: Pil0tXia <[email protected]>
AuthorDate: Fri Apr 5 14:15:59 2024 +0800
[ISSUE #4810] Fix stale workflow failure and adjust cron with UTC time
(#4811)
---
.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]