|
1 | 1 | elixir: |
2 | | - - .github/elixir-test-matrix.json |
3 | | - - instrumentation/**/*.ex |
4 | | - - instrumentation/**/*.exs |
5 | | - - instrumentation/**/mix.lock |
6 | | - - propagators/**/*.ex |
7 | | - - propagators/**/*.exs |
8 | | - - propagators/**/mix.lock |
9 | | - - exporters/**/*.ex |
10 | | - - exporters/**/*.exs |
11 | | - - exporters/**/mix.lock |
12 | | - - examples/**/*.ex |
13 | | - - examples/**/*.exs |
14 | | - - examples/**/mix.lock |
15 | | - - utilities/**/*.ex |
16 | | - - utilities/**/*.exs |
17 | | - - utilities/**/mix.lock |
| 2 | + - changed-files: |
| 3 | + - any-glob-to-any-file: |
| 4 | + - .github/elixir-test-matrix.json |
| 5 | + - instrumentation/**/*.ex |
| 6 | + - instrumentation/**/*.exs |
| 7 | + - instrumentation/**/mix.lock |
| 8 | + - propagators/**/*.ex |
| 9 | + - propagators/**/*.exs |
| 10 | + - propagators/**/mix.lock |
| 11 | + - exporters/**/*.ex |
| 12 | + - exporters/**/*.exs |
| 13 | + - exporters/**/mix.lock |
| 14 | + - examples/**/*.ex |
| 15 | + - examples/**/*.exs |
| 16 | + - examples/**/mix.lock |
| 17 | + - utilities/**/*.ex |
| 18 | + - utilities/**/*.exs |
| 19 | + - utilities/**/mix.lock |
18 | 20 |
|
19 | 21 | erlang: |
20 | | - - .github/erlang-test-matrix.json |
21 | | - - instrumentation/**/*.erl |
22 | | - - instrumentation/**/*.hrl |
23 | | - - instrumentation/**/rebar.* |
24 | | - - propagators/**/*.erl |
25 | | - - propagators/**/*.hrl |
26 | | - - propagators/**/rebar.* |
27 | | - - exporters/**/*.erl |
28 | | - - exporters/**/*.hrl |
29 | | - - exporters/**/rebar.* |
30 | | - - examples/**/*.erl |
31 | | - - examples/**/*.hrl |
32 | | - - examples/**/rebar.* |
33 | | - - utilities/**/*.erl |
34 | | - - utilities/**/*.hrl |
35 | | - - utilities/**/rebar.* |
| 22 | + - changed-files: |
| 23 | + - any-glob-to-any-file: |
| 24 | + - .github/erlang-test-matrix.json |
| 25 | + - instrumentation/**/*.erl |
| 26 | + - instrumentation/**/*.hrl |
| 27 | + - instrumentation/**/rebar.* |
| 28 | + - propagators/**/*.erl |
| 29 | + - propagators/**/*.hrl |
| 30 | + - propagators/**/rebar.* |
| 31 | + - exporters/**/*.erl |
| 32 | + - exporters/**/*.hrl |
| 33 | + - exporters/**/rebar.* |
| 34 | + - examples/**/*.erl |
| 35 | + - examples/**/*.hrl |
| 36 | + - examples/**/rebar.* |
| 37 | + - utilities/**/*.erl |
| 38 | + - utilities/**/*.hrl |
| 39 | + - utilities/**/rebar.* |
36 | 40 |
|
37 | 41 | instrumentation: |
38 | | - - instrumentation/**/* |
| 42 | + - changed-files: |
| 43 | + - any-glob-to-any-file: |
| 44 | + - instrumentation/**/* |
39 | 45 |
|
40 | 46 | propagators: |
41 | | - - propagators/**/* |
| 47 | + - changed-files: |
| 48 | + - any-glob-to-any-file: |
| 49 | + - propagators/**/* |
42 | 50 |
|
43 | 51 | examples: |
44 | | - - examples/**/* |
| 52 | + - changed-files: |
| 53 | + - any-glob-to-any-file: |
| 54 | + - examples/**/* |
45 | 55 |
|
46 | 56 | utilities: |
47 | | - - utilities/**/* |
| 57 | + - changed-files: |
| 58 | + - any-glob-to-any-file: |
| 59 | + - utilities/**/* |
48 | 60 |
|
49 | 61 | scope-ci: |
50 | | - - .github/workflows/** |
| 62 | + - changed-files: |
| 63 | + - any-glob-to-any-file: |
| 64 | + - .github/workflows/** |
51 | 65 |
|
52 | 66 | opentelemetry_aws_xray: |
53 | | - - utilities/opentelemetry_aws_xray/**/* |
| 67 | + - changed-files: |
| 68 | + - any-glob-to-any-file: |
| 69 | + - utilities/opentelemetry_aws_xray/**/* |
54 | 70 |
|
55 | 71 | opentelemetry_broadway: |
56 | | - - instrumentation/opentelemetry_broadway/**/* |
| 72 | + - changed-files: |
| 73 | + - any-glob-to-any-file: |
| 74 | + - instrumentation/opentelemetry_broadway/**/* |
57 | 75 |
|
58 | 76 | opentelemetry_cowboy: |
59 | | - - instrumentation/opentelemetry_cowboy/**/* |
| 77 | + - changed-files: |
| 78 | + - any-glob-to-any-file: |
| 79 | + - instrumentation/opentelemetry_cowboy/**/* |
60 | 80 |
|
61 | 81 | opentelemetry_dataloader: |
62 | | - - instrumentation/opentelemetry_dataloader/**/* |
| 82 | + - changed-files: |
| 83 | + - any-glob-to-any-file: |
| 84 | + - instrumentation/opentelemetry_dataloader/**/* |
63 | 85 |
|
64 | 86 | opentelemetry_ecto: |
65 | | - - instrumentation/opentelemetry_ecto/**/* |
| 87 | + - changed-files: |
| 88 | + - any-glob-to-any-file: |
| 89 | + - instrumentation/opentelemetry_ecto/**/* |
66 | 90 |
|
67 | 91 | opentelemetry_elli: |
68 | | - - instrumentation/opentelemetry_elli/**/* |
| 92 | + - changed-files: |
| 93 | + - any-glob-to-any-file: |
| 94 | + - instrumentation/opentelemetry_elli/**/* |
69 | 95 |
|
70 | 96 | opentelemetry_finch: |
71 | | - - instrumentation/opentelemetry_finch/**/* |
| 97 | + - changed-files: |
| 98 | + - any-glob-to-any-file: |
| 99 | + - instrumentation/opentelemetry_finch/**/* |
72 | 100 |
|
73 | 101 | opentelemetry_grpcbox: |
74 | | - - instrumentation/opentelemetry_grpcbox/**/* |
| 102 | + - changed-files: |
| 103 | + - any-glob-to-any-file: |
| 104 | + - instrumentation/opentelemetry_grpcbox/**/* |
75 | 105 |
|
76 | 106 | opentelemetry_httpoison: |
77 | | - - instrumentation/opentelemetry_httpoison/**/* |
| 107 | + - changed-files: |
| 108 | + - any-glob-to-any-file: |
| 109 | + - instrumentation/opentelemetry_httpoison/**/* |
78 | 110 |
|
79 | 111 | opentelemetry_nebulex: |
80 | | - - instrumentation/opentelemetry_nebulex/**/* |
| 112 | + - changed-files: |
| 113 | + - any-glob-to-any-file: |
| 114 | + - instrumentation/opentelemetry_nebulex/**/* |
81 | 115 |
|
82 | 116 | opentelemetry_oban: |
83 | | - - instrumentation/opentelemetry_oban/**/* |
| 117 | + - changed-files: |
| 118 | + - any-glob-to-any-file: |
| 119 | + - instrumentation/opentelemetry_oban/**/* |
84 | 120 |
|
85 | 121 | opentelemetry_phoenix: |
86 | | - - instrumentation/opentelemetry_phoenix/**/* |
| 122 | + - changed-files: |
| 123 | + - any-glob-to-any-file: |
| 124 | + - instrumentation/opentelemetry_phoenix/**/* |
87 | 125 |
|
88 | 126 | opentelemetry_bandit: |
89 | | - - instrumentation/opentelemetry_bandit/**/* |
| 127 | + - changed-files: |
| 128 | + - any-glob-to-any-file: |
| 129 | + - instrumentation/opentelemetry_bandit/**/* |
90 | 130 |
|
91 | 131 | opentelemetry_process_propagator: |
92 | | - - propagators/opentelemetry_process_propagator/**/* |
| 132 | + - changed-files: |
| 133 | + - any-glob-to-any-file: |
| 134 | + - propagators/opentelemetry_process_propagator/**/* |
93 | 135 |
|
94 | 136 | opentelemetry_redix: |
95 | | - - instrumentation/opentelemetry_redix/**/* |
| 137 | + - changed-files: |
| 138 | + - any-glob-to-any-file: |
| 139 | + - instrumentation/opentelemetry_redix/**/* |
96 | 140 |
|
97 | 141 | opentelemetry_req: |
98 | | - - instrumentation/opentelemetry_req/**/* |
| 142 | + - changed-files: |
| 143 | + - any-glob-to-any-file: |
| 144 | + - instrumentation/opentelemetry_req/**/* |
99 | 145 |
|
100 | 146 | opentelemetry_telemetry: |
101 | | - - utilities/opentelemetry_telemetry/**/* |
| 147 | + - changed-files: |
| 148 | + - any-glob-to-any-file: |
| 149 | + - utilities/opentelemetry_telemetry/**/* |
102 | 150 |
|
103 | 151 | opentelemetry_tesla: |
104 | | - - instrumentation/opentelemetry_tesla/**/* |
| 152 | + - changed-files: |
| 153 | + - any-glob-to-any-file: |
| 154 | + - instrumentation/opentelemetry_tesla/**/* |
105 | 155 |
|
106 | 156 | opentelemetry_xandra: |
107 | | - - instrumentation/opentelemetry_xandra/**/* |
| 157 | + - changed-files: |
| 158 | + - any-glob-to-any-file: |
| 159 | + - instrumentation/opentelemetry_xandra/**/* |
108 | 160 |
|
109 | 161 | otel_http: |
110 | | - - utilities/otel_http/**/* |
| 162 | + - changed-files: |
| 163 | + - any-glob-to-any-file: |
| 164 | + - utilities/otel_http/**/* |
0 commit comments