ci-dotnet-library.yml | Build, test, coverage, artifacts | push to feature/*, bug/*, hotfix/*; PR to main |
ci-dotnet-web-angular.yml | Build .NET API + Node/Angular frontend | push to develop, feature/*, release/*; PR to main/develop |
code-quality.yml | Qodana, SonarQube, Snyk, metrics | PR to main/develop, push to main/releases/* |
security-scan.yml | CodeQL, Snyk, SonarQube | push/PR to main/develop, weekly schedule |
publish-nuget.yml | Validate, pack, push to GitHub Packages + NuGet.org, GitHub Release | tags v*, release published, workflow_dispatch |
release-pipeline.yml | Production build, staging deploy, production deploy | push to main/release/*, release published |
auto-pr-dependency-update.yml | Check outdated NuGet packages and open update PRs | push to main, weekly, workflow_dispatch |
auto-pr-branch-sync.yml | Sync main into active branches | push to main, workflow_dispatch |
opencode.yml | Trigger OpenCode agent on /oc comment | issue / PR review comment |
opencode-auto-fix.yml | Trigger OpenCode on fix-me label | issue / PR labeled |
cleanup-artifacts.yml | Delete workflow artifacts older than 30 days | daily schedule |