44 lines
874 B
YAML
44 lines
874 B
YAML
header:
|
|
license:
|
|
spdx-id: Apache-2.0
|
|
copyright-owner: PingCAP, Inc.
|
|
paths-ignore:
|
|
- "docs/"
|
|
- "br/"
|
|
- ".gitignore"
|
|
- ".dockerignore"
|
|
- ".gitattributes"
|
|
- ".cilinter.yaml"
|
|
- ".golangci.yml"
|
|
- ".golangci_br.yml"
|
|
- "LICENSES/"
|
|
- "**/BUILD.bazel"
|
|
- "WORKSPACE"
|
|
- ".bazelrc"
|
|
- "**/*.key"
|
|
- "**/*.md"
|
|
- "**/*.json"
|
|
- "**/*.toml"
|
|
- "**/*.pem"
|
|
- "**/*.crt"
|
|
- "**/*.test"
|
|
- "**/*.result"
|
|
- "**/*.example"
|
|
- "**/*.patch"
|
|
- "**/*.bzl"
|
|
- ".codecov.yml"
|
|
- "Jenkinsfile"
|
|
- ".editorconfig"
|
|
- "hooks/pre-commit"
|
|
- "**/go.mod"
|
|
- "**/go.sum"
|
|
- "LICENSE"
|
|
- ".github/"
|
|
- "parser/"
|
|
- "dumpling/"
|
|
- "tidb-binlog/driver/example"
|
|
- "tidb-binlog/proto/go-binlog/secondary_binlog.pb.go"
|
|
- "**/*.sql"
|
|
- ".bazelversion"
|
|
comment: on-failure
|