You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Absorbers::Issues: normalizes GitHub issue webhook events to fleet work items; filters bot-generated events, already-claimed issues (fleet labels), and ignored actions; stores raw payload in Redis; publishes to assessor queue
Absorbers::IssuesActor: subscription actor with pattern 'github.issues.*' that delegates to Absorbers::Issues
Absorbers::WebhookSetup: mixin for idempotent webhook registration and fleet label creation (fleet:received, fleet:implementing, fleet:pr-open, fleet:escalated) on target repos