Reactors watch for a condition and run a configured action when it occurs.
Create a Reactor
- Choose the signal to watch.
- Add filters so it fires only for the intended teams, repositories, or severity.
- Select the action and destination.
- Test it with a narrow scope before enabling it broadly.
Good first uses
- Alert a channel when a critical review or incident needs attention.
- Notify an owner when a delivery threshold is crossed.
- Start a follow-up workflow when a recurring production pattern appears.
Avoid broad conditions paired with high-volume destinations. Test with one repository or team first.