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/inactive-issues.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ jobs:
15
15
days-before-issue-stale: 15
16
16
days-before-issue-close: 15
17
17
stale-issue-label: "stale"
18
-
stale-issue-message: "This issue is stale because it has been open for 15 days with no activity. It will be closed in 5 days if there are no modifications."
19
-
close-issue-message: "This issue was closed because it has been inactive for 15 days since being marked as stale."
18
+
stale-issue-message: "This issue is stale because it has been open for 15 days with no activity. If there are no further updates or modifications within the next 15 days, it will be automatically closed."
19
+
close-issue-message: "This issue has been closed as it has been inactive for 15 days since being marked as stale."
20
20
stale-pr-label: "stale"
21
-
stale-pr-message: "This PR is stale because it has been open for 7 days with no activity. It will be closed in 5 days if there are no modifications."
22
-
close-pr-message: "This PR was closed because it has been inactive for 7 days since being marked as stale."
21
+
stale-pr-message: "This PR is stale because it has been open for 7 days with no activity. If there are no further updates or modifications within the next 7 days, it will be automatically closed."
22
+
close-pr-message: "This pull request has been closed as it has been inactive for 7 days since being marked as stale."
0 commit comments