Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/nightly-sdk-gap-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ jobs:
- Create at most 5 issues in this run.
- Create one issue per distinct gap.
- Keep each issue concise, concrete, and source-backed.
- When creating an issue, always apply the `bot-automation` label.
- When creating an issue, always set the GitHub issue type to exactly one of `Bug`, `Feature`, or `Task`.
- Choose `Bug` when this repo appears to support the surface already but the instrumentation is incorrect, incomplete, or materially lower fidelity than expected.
- Choose `Feature` when the gap is a missing net-new instrumentation surface for an official upstream capability.
- Choose `Task` when the gap is concrete follow-up work that is neither a user-facing instrumentation bug nor a net-new instrumentation feature.
- Include a hidden marker comment near the top of the issue body in this exact form:

```html
Expand Down
Loading