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/**'