We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209bdd0 commit de6a0c7Copy full SHA for de6a0c7
.github/labeler-pr-triage.yml
@@ -4,22 +4,34 @@ dependencies:
4
- '.github/dependabot.yml'
5
- '**/go.mod'
6
- '**/go.sum'
7
+
8
documentation:
9
- '**/*.md'
10
- 'docs/**/*'
11
- 'examples/**/*'
12
13
linter:
14
- '.github/workflows/*-lint.yml'
15
- '.golangci.yml'
16
17
provider:
18
- '.go-version'
19
- 'gitlab/**/*'
20
- 'main.go'
21
22
+resource:
23
+ - 'gitlab/resource_*.go'
24
25
+data-source:
26
+ - 'gitlab/data_source_*.go'
27
28
tests:
29
- '**/*_test.go'
30
31
tools:
32
- 'tools/**/*'
33
- 'scripts/**/*'
34
- 'GNUMakefile'
35
36
workflows:
37
- '.github/**/*'
0 commit comments