File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1212name : 🦅 DorkEye AI Agent
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
3232concurrency :
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# ─────────────────────────────────────────────────────────────────────────────
4040jobs :
4141 pr-review :
You can’t perform that action at this time.
0 commit comments