-
Notifications
You must be signed in to change notification settings - Fork 63k
Closed as not planned
Closed as not planned
Copy link
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://github.com/github/docs/blob/main/.github/workflows/triage-stale-check.yml
What changes are you suggesting?
You can see it, for example, here: #35028 (comment) — the label stale
is added, and then immediately the PR closes. Although, according to the description and judging by the code, this should happen 3 days after that:
docs/.github/workflows/triage-stale-check.yml
Lines 29 to 31 in 08e8e07
stale-pr-message: 'A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days.' | |
days-before-pr-stale: 7 | |
days-before-pr-close: 3 |
Additional information
No response
rakleed
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team