Skip to content

Commit aa0f039

Browse files
committed
Fixed stale settings
1 parent 347ddfa commit aa0f039

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ jobs:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424

2525
days-before-stale: 60
26-
days-before-close: 7
26+
days-before-close: -1
2727

28-
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
28+
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity.'
2929

30-
stale-pr-message: 'Stale pull request message'
30+
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity.'
3131

3232
stale-issue-label: 'stale-issue'
3333
stale-pr-label: 'stale-pull-request'
34-
35-
exempt-milestones: true
36-
exempt-assignees: true
34+

0 commit comments

Comments
 (0)