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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/help-this-project.yml
+5-14Lines changed: 5 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,12 @@ body:
13
13
14
14
Be specific about what you want the agent to focus on. "Look at this repo" produces a shallow overview. "Check whether the PR review checklist catches the reproducibility class of bugs we've been seeing" produces something actionable.
15
15
16
-
Bluefin targets usually live under <https://github.com/projectbluefin/bluefin>.
17
-
18
16
- type: input
19
17
id: target-url
20
18
attributes:
21
19
label: "Target URL"
22
20
description: "Repo, issue, PR, roadmap, or docs page. Must be publicly accessible."
label: "What specifically should the agent focus on?"
43
41
description: "The more specific you are, the more useful the report. One to three sentences."
44
42
placeholder: |
45
-
Check whether the CI pipeline for this repo has any reliability issues that would
46
-
explain the flaky validate failures we have been seeing. Focus on the Bluefin
47
-
validation flow and package-check logic.
43
+
Check whether the CI pipeline for this repo has any reliability issues.
44
+
Focus on required status checks and merge queue configuration.
48
45
validations:
49
46
required: true
50
47
51
48
- type: textarea
52
49
id: context
53
50
attributes:
54
51
label: "Extra context"
55
-
description: "Optional. Known problem areas, related Bluefin issues or PRs, or constraints the agent should respect."
56
-
placeholder: "Related to https://github.com/projectbluefin/bluefin/issues/123. The agent should not suggest changes that require a new external dependency."
52
+
description: "Optional. Known problem areas, related issues, or constraints the agent should respect."
53
+
placeholder: "Related to #503."
57
54
validations:
58
55
required: false
59
-
60
-
- type: markdown
61
-
attributes:
62
-
value: |
63
-
---
64
-
Hive will route this to the right agent based on the flow type above. The agent files its report as a comment on this issue. A maintainer reviews the report and decides what to action.
0 commit comments