Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 4800e1b

Browse files
authored
Update stale-issues.yml
1 parent ee347b5 commit 4800e1b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/stale-issues.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: 'Close stale issues and PRs'
1+
# name: 'Close stale issues and PRs'
22

3-
on:
4-
schedule:
5-
- cron: '30 1 * * *'
6-
workflow_dispatch:
3+
# on:
4+
# schedule:
5+
# - cron: '30 1 * * *'
6+
# workflow_dispatch:
77

8-
jobs:
9-
stale:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/stale@v6
13-
with:
14-
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.'
15-
days-before-stale: 30
16-
days-before-close: 5
8+
# jobs:
9+
# stale:
10+
# runs-on: ubuntu-latest
11+
# steps:
12+
# - uses: actions/stale@v6
13+
# with:
14+
# 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.'
15+
# days-before-stale: 30
16+
# days-before-close: 5

0 commit comments

Comments
 (0)