mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
parent
380aba4686
commit
6c1471d044
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
@ -27,13 +27,13 @@ jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v4
|
||||
- uses: actions/stale@v9.0.0
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user