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/scripts/approver.sh
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -199,11 +199,11 @@ if $deps_failed; then
199
199
deps_body=$(cat <<EOF
200
200
### ❌ Go dependencies check failed
201
201
202
-
Hay dependencias Go desactualizadas o módulos que no se pudieron inspeccionar.
203
-
Por favor corre \`bash .github/scripts/go-deps.sh --update --discover\`
204
-
localmente y commitea los \`go.mod\` / \`go.sum\`actualizados.
202
+
There are outdated Go dependencies, or modules that could not be inspected.
203
+
Run \`bash .github/scripts/go-deps.sh --update --discover\` locally and
204
+
commit the updated \`go.mod\` / \`go.sum\`files.
205
205
206
-
<details><summary>Salida del script</summary>
206
+
<details><summary>Script output</summary>
207
207
208
208
\`\`\`
209
209
$deps_output
@@ -222,11 +222,11 @@ fi
222
222
case"$max_tier"in
223
223
1)
224
224
ai_header="### ✅ AI review — Approved"
225
-
ai_intro="Todos los prompts retornaron Tier 1. No se detectaron issues bloqueantes en este diff."
225
+
ai_intro="All prompts returned Tier 1. No blocking issues detected in this diff."
226
226
;;
227
227
2)
228
228
ai_header="### ⚠️ AI review — Changes requested"
229
-
ai_intro="Uno o más prompts encontraron issues que el autor debería arreglar antes de mergear. Detalles abajo."
229
+
ai_intro="One or more prompts found issues the author should fix before merging. Details below."
230
230
;;
231
231
3)
232
232
mention=""
@@ -238,7 +238,7 @@ case "$max_tier" in
238
238
done
239
239
fi
240
240
ai_header="### 🛑 AI review — Engineer review required"
241
-
ai_intro="Este PR toca paths críticos o introduce cambios que el modelo no puede juzgar con confianza suficiente. ${mention}por favor revisar."
241
+
ai_intro="This PR touches critical paths or introduces changes the model cannot judge with sufficient confidence. ${mention}please review."
242
242
;;
243
243
*)
244
244
ai_header="### ❓ AI review — Unknown verdict"
@@ -297,11 +297,11 @@ if ! $authorized; then
297
297
perm_body=$(cat <<EOF
298
298
### ⛔ Permission denied
299
299
300
-
Solo miembros de @${ORG}/${ADMIN_TEAM}o @${ORG}/${CORE_TEAM}pueden mergear PRs en este repositorio.
300
+
Only members of @${ORG}/${ADMIN_TEAM}or @${ORG}/${CORE_TEAM}can merge PRs into this repository.
301
301
302
-
**Autor del PR:** @${PR_AUTHOR}
302
+
**PR author:** @${PR_AUTHOR}
303
303
304
-
Los comentarios anteriores (deps + AI review) siguen siendo válidos — si haces los arreglos, los checks se reejecutarán automáticamente, pero la aprobación queda en manos de un administrador.
304
+
The comments above (deps + AI review) are still valid — if you address them, the checks will re-run automatically, but final approval is left to an administrator.
0 commit comments