Set up an automated workflow that reacts to failed "Moodle Plugin CI" runs:
- Analyzes the failed run's logs (claude-code-action).
- Always documents the root cause in an issue.
- For trivial causes only (syntax errors, phpcs, PHPDoc, lint) it opens a fix PR from a
claude/-prefixed branch targeting the failing branch — never pushing to the branch itself.
- Non-trivial failures (PHPUnit/Behat, core incompatibilities) get analysis only, no code changes.
Requires the org/repo secret CLAUDE_CODE_OAUTH_TOKEN.
🤖 Generated with Claude Code
Set up an automated workflow that reacts to failed "Moodle Plugin CI" runs:
claude/-prefixed branch targeting the failing branch — never pushing to the branch itself.Requires the org/repo secret
CLAUDE_CODE_OAUTH_TOKEN.🤖 Generated with Claude Code