Update labeler.yml

This commit is contained in:
Bryan Naegele 2021-09-12 16:46:23 -06:00 committed by GitHub
parent 7209beabc3
commit aabe880146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

6
.github/labeler.yml vendored
View File

@ -1,12 +1,16 @@
elixir:
- instrumentation/**/*.ex
- instrumentation/**/*.exs
- instrumentation/**/mix.lock
- propagators/**/*.ex
- propagators/**/*.exs
- propagators/**/mix.lock
- exporters/**/*.ex
- exporters/**/*.exs
- exporters/**/mix.lock
- examples/**/*.ex
- examples/**/*.exs
- examples/**/mix.lock
erlang:
- instrumentation/**/*.erl
@ -35,4 +39,4 @@ scope-ci:
- .github/workflows/**
opentelemetry_phoenix:
- instrumentation/opentelemetry_phoenix
- instrumentation/opentelemetry_phoenix/**/*