-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
labeler.yml
50 lines (40 loc) · 1.14 KB
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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/**'