Skip to content

Commit fb75f87

Browse files
authored
Translate comments in claude-dorkeye.yml to English
1 parent f99c2fb commit fb75f87

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/claude-dorkeye.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Powered by Anthropic Claude Code Action v1 | DorkEye Project
44
#
55
# TRIGGERS:
6-
#Ogni PR aperta/aggiornata → review automatica con analisi bug + security
7-
# • @claude nei commenti/issues → assistente interattivo
8-
#Ogni lunedì alle 09:00 UTC → audit settimanale completo del repo
9-
# • workflow_dispatch → esecuzione manuale dell'audit
6+
#Every opened/updated PR is automatically reviewed with bug and security analysis.
7+
# • @claude in comments/issues interactive assistant
8+
#Every Monday at 09:00 UTC full weekly repo audit
9+
# • workflow_dispatch manual audit execution
1010
# ─────────────────────────────────────────────────────────────────────────────
1111

1212
name: 🦅 DorkEye AI Agent
@@ -25,17 +25,17 @@ on:
2525
types: [assigned]
2626

2727
schedule:
28-
- cron: "0 9 * * 1" # Ogni lunedì alle 09:00 UTC
28+
- cron: "0 9 * * 1" # Every Monday at 09:00 UTC
2929

30-
workflow_dispatch: # Trigger manuale dall'interfaccia GitHub
30+
workflow_dispatch: # Manual trigger from the GitHub interface
3131

3232
concurrency:
3333
group: dorkeye-ai-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3434
cancel-in-progress: true
3535

3636
# ─────────────────────────────────────────────────────────────────────────────
37-
# JOB 1 — PR Review automatica
38-
# Analisi completa di ogni PR: bug, vuln, sicurezza, qualità del codice
37+
# JOB 1 — PR Review
38+
# Complete analysis of each PR: bugs, vulnerabilities, security, code quality
3939
# ─────────────────────────────────────────────────────────────────────────────
4040
jobs:
4141
pr-review:

0 commit comments

Comments
 (0)