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/issues-cron.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,17 @@ jobs:
18
18
- uses: actions/stale@v8.0.0
19
19
with:
20
20
close-issue-label: closed-issue-activity
21
+
close-issue-message: This issue is closed due to lack of feedback needed to resolve the issue. If not further action is taken, this issue will be closed.
21
22
close-pr-label: closed-pr-activity
23
+
close-pr-message: This pull request is closed due to lack of feedback needed to merge the pull request. If not further action is taken, this pull request will be closed.
stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
24
30
stale-pr-label: no-pr-activity
25
31
stale-pr-message: This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
0 commit comments