File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -47,17 +47,21 @@ java:
4747 - any-glob-to-any-file :
4848 - ' **/*.java'
4949 - ' **/*.java.erb'
50+ - ' templates/java/**/*'
5051
5152ruby :
5253 - changed-files :
5354 - any-glob-to-any-file :
5455 - ' lib/**/*.rb'
5556 - ' ext/**/*.rb'
57+ - ' templates/lib/**/*'
58+ - ' templates/ext/**/*'
5659
5760c-extension :
5861 - changed-files :
5962 - any-glob-to-any-file :
6063 - ' ext/**/*'
64+ - ' templates/ext/**/*'
6165
6266sorbet :
6367 - changed-files :
6872 - changed-files :
6973 - any-glob-to-any-file :
7074 - ' sig/**/*.rbs'
75+ - ' templates/sig/**/*'
7176
7277parser :
7378 - changed-files :
@@ -194,6 +199,7 @@ wasm:
194199 - changed-files :
195200 - any-glob-to-any-file :
196201 - ' wasm/**/*'
202+ - ' templates/wasm/**/*'
197203
198204playground :
199205 - changed-files :
@@ -205,6 +211,7 @@ rubygem:
205211 - any-glob-to-any-file :
206212 - ' herb.gemspec'
207213 - ' lib/**/*'
214+ - ' templates/lib/**/*'
208215
209216documentation :
210217 - changed-files :
You can’t perform that action at this time.
0 commit comments