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
+9-1
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,21 @@ jobs:
11
11
steps:
12
12
- uses: actions/stale@v9
13
13
with:
14
-
repo-token: ${{ github.token }}
14
+
# PRs
15
15
stale-pr-message: "This pull request has been marked as stale because it has had no activity for 10 days. If you are still working on this, please provide some updates or it will be closed in 5 days."
16
16
close-pr-message: "This pull request has been closed because it had no updates in 15 days. If you're still working on this fell free to reopen."
17
17
days-before-pr-stale: 10
18
18
days-before-pr-close: 5
19
19
stale-pr-label: "stale"
20
20
exempt-pr-labels: "keep-open"
21
+
# Issues
22
+
stale-issue-message: "This issue has been marked as stale because it has had no activity for 10 days. If you are still working on this, please provide some updates."
0 commit comments