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.

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