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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
name: Stale
2
2
3
+
# **What it does**: Close issues and pull requests after no updates for 365 days (docs) or 14 days for PRs (docs-internal).
4
+
# **Why we have it**: We want to manage our queue of issues and pull requests.
5
+
# **Who does it impact**: Everyone that works on docs or docs-internal.
6
+
3
7
on:
4
8
schedule:
5
9
- cron: '20 16 * * *'# Run every day at 16:20 UTC / 8:20 PST
@@ -21,9 +25,9 @@ jobs:
21
25
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
26
stale-issue-message: 'This issue is stale because there have been no updates in 365 days.'
23
27
stale-pr-message: 'This PR has been automatically marked as stalled after 14 days of inactivity (open PRs rapidly collect merge conflicts). Please update soon to avoid closure.'
24
-
close-pr-message: 'Closing this PR because it's been inactive for 3 weeks. If the PR is still relevant, please reopen and resolve any merge conflicts.'
28
+
close-pr-message: 'Closing this PR because it has been inactive for 3 weeks. If the PR is still relevant, please reopen and resolve any merge conflicts.'
0 commit comments