You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/issue-staler.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ jobs:
9
9
steps:
10
10
- uses: actions/stale@v4
11
11
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.'
0 commit comments