Skip to content

Commit 5849371

Browse files
authored
Fix typo in stale issue workflow (#1841)
1 parent 19ec7da commit 5849371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 14 days.'
1919
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
2020
stale-issue-message: 'This issue was marked stale due to lack of activity. It will be closed in 14 days.'
21-
close-issue-message: 'Closed as inacive. Feel free to reopen if this issue is still relevant.'
21+
close-issue-message: 'Closed as inactive. Feel free to reopen if this issue is still relevant.'
2222
days-before-close: 14

0 commit comments

Comments
 (0)