feat: improve issue reminder workflow and introduce conditional autoclose - #14477
Open
sayakpaul wants to merge 6 commits into
Open
feat: improve issue reminder workflow and introduce conditional autoclose#14477sayakpaul wants to merge 6 commits into
sayakpaul wants to merge 6 commits into
Conversation
yiyixuxu
reviewed
Aug 18, 2026
| remind: | ||
| # Reminds external contributors to link an issue. PRs from maintainers, users | ||
| # with write/admin access, and collaborators are skipped by the script. | ||
| # Reminds external contributors to link an issue, sends still-unlinked PRs to a |
Collaborator
There was a problem hiding this comment.
i think:
(1) maybe it's easier (for us to keep track of the progress) if we do one message per PR? this way we can use a emoj ✅ to track it
(2) I think it's enough to send it once, if we do (1) and make sure all the previous message are read on our end
(3) maybe leave a bit longer from the slack message to auto-close?
just some thoughts, we can keep iterate after it's taken effect
Member
Author
There was a problem hiding this comment.
- Agreed. It's better that way. I have addressed it in the latest commit.
- I think when a PR is not rescued and when we're autoclosing it, it's better to supplement a comment.
- Do you have an example? I think the current message is detailed enough?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed internally.