Skip to content

Commit 8439874

Browse files
authored
chore(ci): properly label github issues created with automation bot (#113)
Add label and issue type requirements to the nightly SDK gap audit prompt. All auto-created issues must now have the `bot-automation` label and be classified as exactly one of `Bug`, `Feature`, or `Task` with clear decision criteria for each.
1 parent 46c18b2 commit 8439874

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/nightly-sdk-gap-audit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ jobs:
9191
- Create at most 5 issues in this run.
9292
- Create one issue per distinct gap.
9393
- Keep each issue concise, concrete, and source-backed.
94+
- When creating an issue, always apply the `bot-automation` label.
95+
- When creating an issue, always set the GitHub issue type to exactly one of `Bug`, `Feature`, or `Task`.
96+
- Choose `Bug` when this repo appears to support the surface already but the instrumentation is incorrect, incomplete, or materially lower fidelity than expected.
97+
- Choose `Feature` when the gap is a missing net-new instrumentation surface for an official upstream capability.
98+
- Choose `Task` when the gap is concrete follow-up work that is neither a user-facing instrumentation bug nor a net-new instrumentation feature.
9499
- Include a hidden marker comment near the top of the issue body in this exact form:
95100
96101
```html

0 commit comments

Comments
 (0)