From aabe880146bcf3d4a0cf2188a408a60d0f9c06f8 Mon Sep 17 00:00:00 2001 From: Bryan Naegele Date: Sun, 12 Sep 2021 16:46:23 -0600 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3fd70a2..0c46bbe 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**/*