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: workflows/daily-issue-triage.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,25 +18,25 @@ network: defaults
18
18
safe-outputs:
19
19
add-labels:
20
20
target: "*"
21
-
max: 25
21
+
max: 500
22
22
add-comment:
23
23
target: "*"
24
-
max: 10
24
+
max: 100
25
25
set-issue-type:
26
26
target: "*"
27
-
max: 10
27
+
max: 100
28
28
close-issue:
29
29
target: "*"
30
30
state-reason: "not_planned"
31
-
max: 5
31
+
max: 50
32
32
33
33
tools:
34
34
web-fetch:
35
35
github:
36
36
toolsets: [issues, labels]
37
37
min-integrity: none
38
38
39
-
timeout-minutes: 20
39
+
timeout-minutes: 60
40
40
---
41
41
42
42
# Daily Issue Triage
@@ -49,15 +49,19 @@ Do not make assumptions beyond what the issue content supports. Do not invent mi
49
49
50
50
## Step 1: Find untriaged issues
51
51
52
-
Use the `search_issues` tool to find open issues that need triage. An issue is considered untriaged if it has **no issue type set AND no labels applied**. Search for recently created issues (last 7 days) that match this criteria.
52
+
Use the `search_issues` tool to find open issues that need triage. An issue is considered untriaged if it has **no issue type set AND no labels applied**. Search for open issues that match this criteria.
0 commit comments