Update labeler.yml
This commit is contained in:
parent
7209beabc3
commit
aabe880146
|
@ -1,12 +1,16 @@
|
||||||
elixir:
|
elixir:
|
||||||
- instrumentation/**/*.ex
|
- instrumentation/**/*.ex
|
||||||
- instrumentation/**/*.exs
|
- instrumentation/**/*.exs
|
||||||
|
- instrumentation/**/mix.lock
|
||||||
- propagators/**/*.ex
|
- propagators/**/*.ex
|
||||||
- propagators/**/*.exs
|
- propagators/**/*.exs
|
||||||
|
- propagators/**/mix.lock
|
||||||
- exporters/**/*.ex
|
- exporters/**/*.ex
|
||||||
- exporters/**/*.exs
|
- exporters/**/*.exs
|
||||||
|
- exporters/**/mix.lock
|
||||||
- examples/**/*.ex
|
- examples/**/*.ex
|
||||||
- examples/**/*.exs
|
- examples/**/*.exs
|
||||||
|
- examples/**/mix.lock
|
||||||
|
|
||||||
erlang:
|
erlang:
|
||||||
- instrumentation/**/*.erl
|
- instrumentation/**/*.erl
|
||||||
|
@ -35,4 +39,4 @@ scope-ci:
|
||||||
- .github/workflows/**
|
- .github/workflows/**
|
||||||
|
|
||||||
opentelemetry_phoenix:
|
opentelemetry_phoenix:
|
||||||
- instrumentation/opentelemetry_phoenix
|
- instrumentation/opentelemetry_phoenix/**/*
|
||||||
|
|
Loading…
Reference in New Issue