We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b0e70 commit 4fd4303Copy full SHA for 4fd4303
1 file changed
.github/labeler.yml
@@ -1,3 +1,21 @@
1
+template_generator_terraform_aws:
2
+- changed-files:
3
+ - any-glob-to-any-file: 'app/template_generators/terraform/aws/*.py'
4
+
5
+template_generator_terraform_argocd:
6
7
+ - any-glob-to-any-file: 'app/template_generators/terraform/argocd.py'
8
9
10
+template_generator_terraform_docker:
11
12
+ - any-glob-to-any-file: 'app/template_generators/terraform/docker.py'
13
14
+crawler:
15
16
+ - any-glob-to-any-file: 'crawl/**'
17
18
19
helm:
20
- changed-files:
21
- any-glob-to-any-file: helm/**
0 commit comments