-
Notifications
You must be signed in to change notification settings - Fork 65.5k
Split stale workflow handling for docs-internal and docs repositories #39257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: felicitymay <[email protected]>
|
👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:
You'll need to revert all of the files you changed that match that list using GitHub Desktop or The complete list of files we can't accept are:
We also can't accept contributions to files in the content directory with frontmatter |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. This pull request contains code changes, so we will not generate a table of review links. 🤖 This comment is automatically generated. |
|
👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:
You'll need to revert all of the files you changed that match that list using GitHub Desktop or The complete list of files we can't accept are:
We also can't accept contributions to files in the content directory with frontmatter |
felicitymay
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot Thanks for your work. I will commit my suggested changes and then you can go ahead and work on the remaining comments.
| # **What it does**: Close issues and pull requests after no updates for 365 days. | ||
| # **Why we have it**: We want to manage our queue of issues and pull requests. | ||
| # **Who does it impact**: Everyone that works on docs or docs-internal. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot - please revert the deletion of this comment and instead update it to match the new behavior of the workflow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restored the workflow comment block and updated it to reflect the new behavior. The comment now accurately describes that issues and PRs are closed after 365 days (docs) or 14 days for PRs (docs-internal). Fixed in commit 44469be.
|
👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:
You'll need to revert all of the files you changed that match that list using GitHub Desktop or The complete list of files we can't accept are:
We also can't accept contributions to files in the content directory with frontmatter |
Co-authored-by: felicitymay <[email protected]>
|
Copilot. I just realized that you opened this PR in the wrong repository. I'm going to close this and ask you to open a PR in the correct repository. |
This pull request was created as a result of the following prompt in Copilot Chat.
Original prompt - submitted by @felicitymay
Changes
This PR updates the
.github/workflows/stale.ymlworkflow to handle stale issue and PR management differently for thedocs-internalanddocsrepositories:For
github/docs-internal:For
github/docs:Technical Implementation:
days-before-stale-pr: 14parameter for docs-internalstale-pr-messageandclose-pr-messagefor docs-internalPreserved Behavior:
stale) and exempt labels (never-stale,waiting for review,help wanted)This change allows docs-internal to have more aggressive PR stale handling while keeping the docs repository behavior unchanged, improving workflow efficiency for internal documentation management.
This pull request was created as a result of the following prompt from Copilot chat.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.