feat: add Datadog triage workflow - #111
Conversation
MounirDhahri
left a comment
There was a problem hiding this comment.
this looks good to me. I don't know though if a daily run makes sense here.
Given that this might be opening PRs here and there, I would also share a note about this running as an experiment so more folks are aware of it. If it works great here, we can bring it to other apps as well
6ea8723 to
b193dad
Compare
|
Detected new or modified files in |
🙏 Quick clarification: no PRs, just triaging and opening issues. Example here: https://github.com/artsy/gravity/issues/20411 I'll spread the word once it's hooked up! |
|
Nice! great |
b193dad to
d2b01e8
Compare
d2b01e8 to
2281a6d
Compare
|
Code Review Summary Issues Found A few things I checked and confirmed are correct:
Areas Reviewed
Questions for Author
|
This adds a reusable workflow that looks at a repo's production errors in Datadog and opens a single pre-triaged GitHub issue for the top untracked crash, plus a copy-paste caller template for opting a repo in.
It runs the
datadog-triageskill from artsy/agent-tooling#10, pinned to theartsy-artnet-v1.4.0, so a skill edit can't quietly change what runs against production overnight. The job is read-only which means that its only write isgh issue, enforced by a deny by default settings file and a hook that blocks credential reads (more about security in this artsy/agent-tooling#10).Assisted-by: Claude:Opus-5