Files
atlantis/.github/labeler.yml
Luke Massa a5b6daa367 feat: Add survey results blog post (#4679)
Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: Rui Chen <rui@chenrui.dev>
2024-06-18 11:55:29 -04:00

51 lines
1.1 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/workflows/*.yml'
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: 'package-lock.json'
blog:
- changed-files:
- any-glob-to-any-file: 'runatlantis.io/blog/**'