Files
atlantis/.github/labeler.yml
Rui Chen 50cd3d3ac6 feat: migrate off vuepress to vitepress (#4515)
Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2024-05-14 18:22:13 +00:00

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'