Skip to content

Commit 77ea749

Browse files
authored
chore: Properly label github issues created with automation bot (#1637)
1 parent b6c3741 commit 77ea749

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/agent-automations.yaml

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

0 commit comments

Comments
 (0)