Skip to content

Commit 76fdea7

Browse files
authored
Update stale.yml
Disable this thing until we have time to make it work in the desired fashion.
1 parent 11a35fb commit 76fdea7

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/stale.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: "Close stale issues"
2-
on:
3-
schedule:
4-
- cron: "0 0 * * *"
5-
6-
jobs:
7-
stale:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: actions/stale@v3
11-
with:
12-
repo-token: ${{ secrets.GITHUB_TOKEN }}
13-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
14-
stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
15-
stale-issue-label: 'no-issue-activity'
16-
stale-pr-label: 'no-pr-activity'
17-
exempt-issue-label: 'nostale,work-in-progress'
18-
days-before-stale: 30
19-
days-before-close: 5
1+
#name: "Close stale issues"
2+
#on:
3+
# schedule:
4+
# - cron: "0 0 * * *"
5+
#
6+
#jobs:
7+
# stale:
8+
# runs-on: ubuntu-latest
9+
# steps:
10+
# - uses: actions/stale@v3
11+
# with:
12+
# repo-token: ${{ secrets.GITHUB_TOKEN }}
13+
# stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
14+
# stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
15+
# stale-issue-label: 'no-issue-activity'
16+
# stale-pr-label: 'no-pr-activity'
17+
# exempt-issue-label: 'nostale,work-in-progress'
18+
# days-before-stale: 30
19+
# days-before-close: 5

0 commit comments

Comments
 (0)