Implement Downstream Notification Workflow and Script (Phase 2 A.2)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 16
Description
Labels: quartz, phase-2, workflow
Parent: Phase 2 A: Downstream Subscription and Notification
Blocked by: Phase 2 pre-A (subscriber.yml schema and notification granularity agreed)
Implement the outbound notification workflow and the script that dispatches to
downstream subscribers via Quartz Conveyor.
Tasks
-
notify-downstream.yml: triggered on relevant TheRock status changes; reads
config/subscriber.yml; callsscripts/notify_subscribers.py; no job-level
permission elevation needed (read-alldefault is sufficient, Conveyor App token
handles outgoing dispatches) -
scripts/notify_subscribers.py: readsconfig/subscriber.yml, resolves any
secret-based subscriber entries at runtime, filters subscribers by the triggering
event, sendsworkflow_dispatchto each subscribed workflow via Quartz Conveyor app
Notes
- The trigger condition and subscriber filtering logic follow directly from the
subscriber.yml design agreed in Phase 2 pre-A.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the subscriber.yml schema and notification granularity from Phase 2 pre-A, then inspect the existing workflow layout before adding notify-downstream.yml and scripts/notify_subscribers.py. Done means relevant TheRock status changes trigger the workflow, subscriber.yml entries are resolved and filtered by event, and each subscribed workflow receives a workflow_dispatch through the Quartz Conveyor app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100