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
echo '🔍 Finding unlabeled issues and issues marked for triage...'
63
70
ISSUES="$(gh issue list \
@@ -105,7 +112,8 @@ jobs:
105
112
},
106
113
"coreTools": [
107
114
"run_shell_command(echo)",
108
-
"run_shell_command(jq)"
115
+
"run_shell_command(jq)",
116
+
"run_shell_command(printenv)"
109
117
]
110
118
}
111
119
prompt: |-
@@ -185,7 +193,7 @@ jobs:
185
193
186
194
Assemble the results into a single JSON array, formatted as a string, according to the **Output Specification** below. Finally, execute the command to write this string to the output file, ensuring the JSON is enclosed in single quotes to prevent shell interpretation.
187
195
188
-
- `Run: echo 'triaged_issues=...' > "${OUTPUT_PATH}"`. (Replace `...` with the final, minified JSON array string).
196
+
- `Run: echo 'TRIAGED_ISSUES=...' > "${OUTPUT_PATH}"`. (Replace `...` with the final, minified JSON array string).
0 commit comments