mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 18:38:44 +00:00
Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
build:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'Dockerfile*'
|
|
|
|
dependencies:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'yarn.lock'
|
|
- any-glob-to-any-file: 'go.*'
|
|
|
|
docs:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'runatlantis.io/**/*.md'
|
|
- any-glob-to-any-file: 'README.md'
|
|
|
|
github-actions:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '.github/**'
|
|
|
|
go:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**/*.go'
|
|
|
|
provider/azuredevops:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'server/**/*azuredevops*.go'
|
|
|
|
provider/bitbucket:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'server/**/*bitbucket*.go'
|
|
- any-glob-to-any-file: 'server/events/vcs/bitbucketcloud/*.go'
|
|
- any-glob-to-any-file: 'server/events/vcs/bitbucketserver/*.go'
|
|
|
|
provider/github:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'server/**/*github*.go'
|
|
|
|
provider/gitlab:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'server/**/*gitlab*.go'
|
|
|
|
website:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'runatlantis.io/.vitepress/**/*'
|
|
- any-glob-to-any-file: 'package.json'
|
|
- any-glob-to-any-file: 'pnpm-lock.yaml'
|