mirror of
https://github.com/alibaba/higress.git
synced 2026-02-06 15:10:54 +08:00
45 lines
815 B
YAML
45 lines
815 B
YAML
header:
|
|
license:
|
|
spdx-id: Apache-2.0
|
|
copyright-owner: alibaba
|
|
|
|
paths-ignore:
|
|
- '.gitignore'
|
|
- '*.md'
|
|
- '*.yml'
|
|
- '*.yaml'
|
|
- '*.golden'
|
|
- 'LICENSE'
|
|
- 'api/**'
|
|
- 'samples/**'
|
|
- 'docs/**'
|
|
- '.github/**'
|
|
- '.licenserc.yaml'
|
|
- 'helm/**'
|
|
- 'envoy/**'
|
|
- 'istio/**'
|
|
- 'go.mod'
|
|
- 'go.sum'
|
|
- 'docker/**'
|
|
- 'Makefile*'
|
|
- 'script/**'
|
|
- '.gitmodules'
|
|
- 'plugins/**'
|
|
- 'CODEOWNERS'
|
|
- 'VERSION'
|
|
- 'DEP_VERSION'
|
|
- 'tools/'
|
|
- 'test/README.md'
|
|
- 'test/README_CN.md'
|
|
- 'hgctl/cmd/hgctl/config/testdata/config'
|
|
- 'hgctl/pkg/manifests'
|
|
- 'pkg/ingress/kube/gateway/istio/testdata'
|
|
- 'release-notes/**'
|
|
- '.cursor/**'
|
|
- '.claude/**'
|
|
|
|
comment: on-failure
|
|
dependency:
|
|
files:
|
|
- go.mod
|