Skip to content

Commit 44469be

Browse files
Copilotfelicitymay
andcommitted
Restore workflow comments and fix YAML syntax issues
Co-authored-by: felicitymay <1877141+felicitymay@users.noreply.github.com>
1 parent 80fb99e commit 44469be

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Stale
22

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+
37
on:
48
schedule:
59
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
@@ -21,9 +25,9 @@ jobs:
2125
repo-token: ${{ secrets.GITHUB_TOKEN }}
2226
stale-issue-message: 'This issue is stale because there have been no updates in 365 days.'
2327
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.'
2529
days-before-stale: 365
26-
days-before-issue-close: 0
30+
days-before-close: 0
2731
days-before-stale-pr: 14
2832
stale-issue-label: 'stale'
2933
stale-pr-label: 'stale'

0 commit comments

Comments
 (0)