This is an automated email from the ASF dual-hosted git repository.
caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 6c1471d044 [Chore] Stale issue improvement (#16398)
6c1471d044 is described below
commit 6c1471d0445fb704daf09b7dc02703d5ac10bc1a
Author: xiangzihao <[email protected]>
AuthorDate: Wed Jul 31 17:34:05 2024 +0800
[Chore] Stale issue improvement (#16398)
* stale issue improvement
---
.github/workflows/stale.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 8746672ac7..1409318a55 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -27,13 +27,13 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- - uses: actions/stale@v4
+ - uses: actions/[email protected]
with:
# Stale Issues
days-before-issue-stale: 30
days-before-issue-close: 7
- # We do not stale Issues with label `Waiting for reply`, `feature`
and `DSIP`
- exempt-issue-labels: 'Waiting for
reply,feature,DSIP,security,roadmap'
+ # We do not stale Issues with label Waiting for
reply,DSIP,security,roadmap,help wanted,good first issue,community
+ exempt-issue-labels: 'Waiting for reply,DSIP,security,roadmap,help
wanted,good first issue,community'
stale-issue-message: >
This issue has been automatically marked as stale because it has
not had recent activity
for 30 days. It will be closed in next 7 days if no further
activity occurs.