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/stale.yml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,9 @@ jobs:
19
19
days-before-issue-close: -1
20
20
# Pull Requests
21
21
stale-pr-message: >-
22
-
This pull request has been inactive for 14 days. If it remains
23
-
inactive for another 7 days, it will close. Please
24
-
update or comment on this pull request to keep it open. 🙏
22
+
This pull request has been inactive for 14 days. If there's no activity in the next 7 days, it will be automatically closed. To keep it open, please comment or push new commits. Alternatively, add the label `do-not-close` to exempt it from auto-closing. 🫡 🙏
25
23
close-pr-message: >-
26
-
This pull request has been inactive for 21 days. It's closing now.
27
-
Please feel free to reopen it if you still need it. 🙏
24
+
This pull request has been inactive for 21 days and is now being closed automatically. If it's still relevant, feel free to reopen it or start a new one. To prevent this in the future, you can add the `do-not-close` label to exempt it from automatic closure. Thank you! 🫡 🙏
0 commit comments