Skip to content

feat(triage): add reminders for overdue && not assigned community issues - #288

Open
renatoyamane wants to merge 1 commit into
Euro-Office:mainfrom
renatoyamane:patch-2
Open

feat(triage): add reminders for overdue && not assigned community issues#288
renatoyamane wants to merge 1 commit into
Euro-Office:mainfrom
renatoyamane:patch-2

Conversation

@renatoyamane

Copy link
Copy Markdown

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.

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>
@renatoyamane
renatoyamane requested a review from a team as a code owner July 17, 2026 15:12
@renatoyamane
renatoyamane requested review from chrip and removed request for a team July 17, 2026 15:12
@chrip

chrip commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Depends on #287.

@renatoyamane

Copy link
Copy Markdown
Author
Screen Shot 2026-08-27 at 19 02 24 pm

@chrip, It seems Emberfiend deleted his account, leaving this review orphaned.
Could you please reassign it to the correct user?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📄 To do

Development

Successfully merging this pull request may close these issues.

2 participants