php-devops/.github/workflows
Snider c03c49a539 ci: add fork-based compute workflows
Strategy: Heavy analysis runs on contributor's GitHub Actions allowance
Microsoft/GitHub subsidizes the compute through free tiers

Workflows:
- contributor-ci.yml: Full CI runs on fork (contributor pays)
- fork-ai-triage.yml: AI analysis, labeling, security scan (fork pays)
- fork-pr-analysis.yml: Upstream just verifies fork CI passed

Benefits:
- Unlimited scale via contributor free tiers
- AI/Copilot features use their allowance
- We only pay for lightweight verification
- Forks inherit these workflows automatically

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:27:08 +00:00
..
codeql.yml ci: add CodeQL security scanning 2026-01-31 20:04:32 +00:00
contributor-ci.yml ci: add fork-based compute workflows 2026-01-31 22:27:08 +00:00
docs.yml fix: remove npm cache requirement from docs workflow 2026-01-31 20:40:00 +00:00
fork-ai-triage.yml ci: add fork-based compute workflows 2026-01-31 22:27:08 +00:00
fork-pr-analysis.yml ci: add fork-based compute workflows 2026-01-31 22:27:08 +00:00
template-bootstrap.yml feat: add template bootstrap workflow and setup guide 2026-01-31 22:24:05 +00:00
test-setup.yml ci: add cross-platform setup test workflow 2026-01-31 19:05:52 +00:00