Skip to content

Commit e21f033

Browse files
authored
Remove stale bot to operate on PRs (#1059)
1 parent e7b5b9d commit e21f033

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Mark and close stale issues and PRs'
1+
name: 'Mark and close stale issues'
22
on:
33
schedule:
44
- cron: '30 1 * * *'
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/stale@v4
1111
with:
12-
stale-issue-message: 'This issue was marked as stale due to lack of activity. It will be closed in 7 days.'
12+
stale-issue-message: 'This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs.'
1313
close-issue-message: 'Closed as inactive. Feel free to reopen if this is still an issue.'
14-
days-before-stale: 60
15-
days-before-close: 7
14+
days-before-issue-stale: 60
15+
days-before-issue-close: 7
1616
exempt-pr-labels: 'do-not-stale'

0 commit comments

Comments
 (0)