GitHub assigned work digest
Scheduled read-only digest for the authenticated GitHub user. It reads the current user, open assigned issues, and unread notification threads through recued-core.github-pack, renders compact triage tables, and can send an in-app nudge when assigned work or notifications exist. It never creates or updates issues, comments, pull requests, branches, releases, workflow runs, checks, secrets, collaborators, admin settings, webhooks, or arbitrary GitHub APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (18 steps)
viewer
?
assigned_raw
?
notifications_raw
?
assigned
default
Apply default
notifications
default
Apply default
assigned_rows
slice
Take a subset of
notification_rows
slice
Take a subset of
assigned_count
count
Count items in assigned
notification_count
count
Count items in notifications
has_assigned
compare
Check if assigned count is greater than 0
has_notifications
compare
Check if notification count is greater than 0
has_items
any
Check if any of the conditions are true
notify_enabled
compare
Check if setting notify when items equals true
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
assigned_table
to_table
Format results as a data table
notification_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
since
setting
=
github
setting
=
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
25
start hour
setting
=
8
notify when items
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.