feat(triage): add reminders for overdue && not assigned community issues - #288
Open
renatoyamane wants to merge 1 commit into
Open
feat(triage): add reminders for overdue && not assigned community issues#288renatoyamane wants to merge 1 commit into
renatoyamane wants to merge 1 commit into
Conversation
Add a scheduled workflow that runs daily at 03:33 UTC and reminds the two developers originally selected to triage a community-created issue that are: >96h && <100 days && not assigned to any developer The workflow: - Processes only open && not assigned issues - Waits until an issue has been open for at least 96 hours - Ignores issues older than 100 days - Reuses the triagers stored by auto-ping-triagers.yml - Skips pull requests returned by the Issues API - Supports manual execution through workflow_dispatch - Prevents concurrent executions from processing the same issues The reminder is tracked with an invisible HTML marker, keeping workflow metadata out of the visible issue discussion. Signed-off-by: Renato S. Yamane <31208391+renatoyamane@users.noreply.github.com>
Contributor
|
Depends on #287. |
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.
Add a scheduled workflow that runs daily at 03:33 UTC and reminds the two developers originally selected to triage a community-created issue that are:
The workflow:
The reminder is tracked with an invisible HTML marker, keeping workflow metadata out of the visible issue discussion.