Skip to content

Commit 522e41a

Browse files
committed
Gitub: Update labeler to detect files in templates/
1 parent 5d735c9 commit 522e41a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/labeler.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,21 @@ java:
4747
- any-glob-to-any-file:
4848
- '**/*.java'
4949
- '**/*.java.erb'
50+
- 'templates/java/**/*'
5051

5152
ruby:
5253
- changed-files:
5354
- any-glob-to-any-file:
5455
- 'lib/**/*.rb'
5556
- 'ext/**/*.rb'
57+
- 'templates/lib/**/*'
58+
- 'templates/ext/**/*'
5659

5760
c-extension:
5861
- changed-files:
5962
- any-glob-to-any-file:
6063
- 'ext/**/*'
64+
- 'templates/ext/**/*'
6165

6266
sorbet:
6367
- changed-files:
@@ -68,6 +72,7 @@ rbs:
6872
- changed-files:
6973
- any-glob-to-any-file:
7074
- 'sig/**/*.rbs'
75+
- 'templates/sig/**/*'
7176

7277
parser:
7378
- changed-files:
@@ -194,6 +199,7 @@ wasm:
194199
- changed-files:
195200
- any-glob-to-any-file:
196201
- 'wasm/**/*'
202+
- 'templates/wasm/**/*'
197203

198204
playground:
199205
- changed-files:
@@ -205,6 +211,7 @@ rubygem:
205211
- any-glob-to-any-file:
206212
- 'herb.gemspec'
207213
- 'lib/**/*'
214+
- 'templates/lib/**/*'
208215

209216
documentation:
210217
- changed-files:

0 commit comments

Comments
 (0)