This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 7d8c8683483 Refactor: refactor the stale action to avoid stale PR
(#28558)
7d8c8683483 is described below
commit 7d8c86834831c9b02a505f61f5453bbbce995522
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Sat Sep 23 21:25:26 2023 +0800
Refactor: refactor the stale action to avoid stale PR (#28558)
---
.github/workflows/nightly-check.yml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/nightly-check.yml
b/.github/workflows/nightly-check.yml
index ac30213735c..6073cf2267e 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -184,15 +184,12 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 30
- days-before-pr-stale: 30
+ days-before-pr-stale: -1
days-before-close: -1
stale-issue-label: "stale"
- stale-pr-label: "stale"
operations-per-run: 1000
remove-stale-when-updated: true
stale-issue-message: >
There hasn't been any activity on this issue recently, and in
order to prioritize active issues, it will be
marked as stale.
- stale-pr-message: >
- There hasn't been any activity on this pull request recently, and
in order to prioritize active work, it has
- been marked as stale.
+