Skip to content

Commit de6a0c7

Browse files
committed
Workflow: Add resource and data-source labels to PR triage
1 parent 209bdd0 commit de6a0c7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/labeler-pr-triage.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,34 @@ dependencies:
44
- '.github/dependabot.yml'
55
- '**/go.mod'
66
- '**/go.sum'
7+
78
documentation:
89
- '**/*.md'
910
- 'docs/**/*'
1011
- 'examples/**/*'
12+
1113
linter:
1214
- '.github/workflows/*-lint.yml'
1315
- '.golangci.yml'
16+
1417
provider:
1518
- '.go-version'
1619
- 'gitlab/**/*'
1720
- 'main.go'
21+
22+
resource:
23+
- 'gitlab/resource_*.go'
24+
25+
data-source:
26+
- 'gitlab/data_source_*.go'
27+
1828
tests:
1929
- '**/*_test.go'
30+
2031
tools:
2132
- 'tools/**/*'
2233
- 'scripts/**/*'
2334
- 'GNUMakefile'
35+
2436
workflows:
2537
- '.github/**/*'

0 commit comments

Comments
 (0)