Skip to content

Commit 97cab34

Browse files
committed
ci: remove stale
1 parent 89064f8 commit 97cab34

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/issue-daily.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ on:
55
- cron: '0 0 * * *'
66

77
jobs:
8-
issue-label-stale:
9-
name: label stale issues
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions-cool/issues-helper@v3
13-
with:
14-
actions: 'check-inactive'
15-
token: ${{ secrets.GITHUB_TOKEN }}
16-
inactive-day: 15
17-
inactive-label: 'stale'
18-
exclude-labels: 'bug, documentation, enhancement, feature, help wanted, need reproduction, need review, stale'
19-
body: |
20-
This issue is marked as `stale` because it has not had recent activity. Issues marked with `stale` will be closed if they have no activity within 7 days.
8+
# issue-label-stale:
9+
# name: label stale issues
10+
# runs-on: ubuntu-latest
11+
# steps:
12+
# - uses: actions-cool/issues-helper@v3
13+
# with:
14+
# actions: 'check-inactive'
15+
# token: ${{ secrets.GITHUB_TOKEN }}
16+
# inactive-day: 15
17+
# inactive-label: 'stale'
18+
# exclude-labels: 'bug, documentation, enhancement, feature, help wanted, need reproduction, need review, stale'
19+
# body: |
20+
# This issue is marked as `stale` because it has not had recent activity. Issues marked with `stale` will be closed if they have no activity within 7 days.
2121

2222
issue-close-stale:
2323
name: close stale issues

0 commit comments

Comments
 (0)