ci: migrate to reusable workflows#42
Conversation
Migrate from individual workflow definitions to organization reusable workflows: - build-and-coverage: go-reusable.yml (build + coverage with incremental analysis) - sast: sast-reusable.yml (static analysis) - gitleaks: gitleaks-reusable.yml (secret scanning) - trivy-vulnerability: trivy-vulnerability-reusable.yml (vulnerability + secret scan) - trivy-license: trivy-license-reusable.yml (license scanning) - check-branch-naming: branch naming validation (PR only) - check-label: PR label validation (PR only) - document-gate: documentation gate (PR only) Related: opensourceways/agent-development-specification#9
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Welcome To opensourceways CommunityHey @pkking , thanks for your contribution to the community. Bot Usage ManualI'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands. Contact GuideIf you have any questions, please contact the SIG: infratructure , |
CLA Signature Passpkking, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Linking Issue Notice@pkking , the pull request must be linked to at least one issue. |
CLA Signature Passpkking, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passpkking, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
|
|||||||||||||||||||
CLA Signature Passpkking, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
|
|||||||||||||||||||
Summary
Migrate from individual workflow definitions to organization reusable workflows to improve code quality, documentation quality, and test coverage.
Changes
New Workflow Files (6 files - public repo, no gitleaks/sast)
Configuration
Resolves https://github.com/opensourceways/backlog/issues/367
Related