Skip to content

chore: standardize CODEOWNERS file #585

chore: standardize CODEOWNERS file

chore: standardize CODEOWNERS file #585

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
pipe:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
uses: platform-mesh/.github/.github/workflows/pipeline-golang-app.yml@main
secrets: inherit
with:
imageTagName: ghcr.io/platform-mesh/virtual-workspaces
repoVersionUpdate: platform-mesh/helm-charts
coverageThresholdTotal: 0
coverageThresholdFile: 0
coverageThresholdPackage: 0