opentelemetry-erlang-contrib/.github/labeler.yml

28 lines
534 B
YAML
Raw Normal View History

2021-08-30 02:33:52 +00:00
elixir:
- instrumentation/**/*.ex
- instrumentation/**/*.exs
- propagators/**/*.ex
- propagators/**/*.exs
- exporters/**/*.ex
- exporters/**/*.exs
erlang:
- instrumentation/**/*.erl
- instrumentation/**/*.hrl
- instrumentation/**/rebar.config
- propagators/**/*.erl
- propagators/**/*.hrl
- propagators/**/rebar.config
- exporters/**/*.erl
- exporters/**/*.hrl
- exporters/**/rebar.config
instrumentation:
- instrumentation/**/*
propagators:
- propagators/**/*
scope-ci:
- .github/workflows/**