Skip to content

Commit e4f359a

Browse files
authored
Update issue-staler.yml
1 parent f5e5bab commit e4f359a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issue-staler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/stale@v4
1111
with:
12-
stale-issue-message: 'This issue has been automatically marked as stale because its has not had recent activity. It will be closed if no further activity occurs. Thank you for raising the concern.'
13-
close-issue-message: 'This issue has been automatically marked as closed because it has not had recent activity.'
12+
stale-issue-message: 'This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you for raising the concern.'
13+
close-issue-message: 'This issue has been automatically marked as closed because it has no recent activity.'
1414
stale-issue-label: 'stale'
1515
only-labels: 'awaiting-reply'
1616
exempt-issue-labels: 'triage'
1717
days-before-stale: 7
18-
days-before-close: 7
18+
days-before-close: 7

0 commit comments

Comments
 (0)