Skip to content

Commit 309c15c

Browse files
authored
ci(labeler): updates .config/labeler.yml to v6 syntax (#911)
1 parent 7512244 commit 309c15c

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

.github/labeler.yml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
language-elixir:
2-
- apps/**/*.ex
3-
- apps/**/*.exs
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- apps/**/*.ex
5+
- apps/**/*.exs
46

57
language-erlang:
6-
- apps/**/*.erl
7-
- apps/**/*.hrl
8-
- apps/**/rebar.config
8+
- changed-files:
9+
- any-glob-to-any-file:
10+
- apps/**/*.erl
11+
- apps/**/*.hrl
12+
- apps/**/rebar.config
913

1014
scope-api:
11-
- apps/opentelemetry_api/**
15+
- changed-files:
16+
- any-glob-to-any-file:
17+
- apps/opentelemetry_api/**
1218

1319
scope-sdk:
14-
- apps/opentelemetry/**
20+
- changed-files:
21+
- any-glob-to-any-file:
22+
- apps/opentelemetry/**
1523

1624
scope-semconv:
17-
- apps/opentelemetry_semantic_conventions/**
25+
- changed-files:
26+
- any-glob-to-any-file:
27+
- apps/opentelemetry_semantic_conventions/**
1828

1929
scope-ci:
20-
- .github/workflows/**
30+
- changed-files:
31+
- any-glob-to-any-file:
32+
- .github/workflows/**

0 commit comments

Comments
 (0)