We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87fc76 commit 352fd48Copy full SHA for 352fd48
2 files changed
.github/workflows/auto-update-semconv.yml
@@ -32,9 +32,8 @@ jobs:
32
| sed 's/^v//')
33
34
matches=$(gh pr list \
35
- --author app/otelbot \
36
--state open \
37
- --search "in:title \"Update the semantic conventions version to $latest_version\"")
+ --head "otelbot/update-semconv-to-${latest_version}")
38
if [ ! -z "$matches" ]
39
then
40
already_opened=true
semconv/src/main/java/io/opentelemetry/semconv/SchemaUrls.java
@@ -6,7 +6,6 @@
6
package io.opentelemetry.semconv;
7
8
public final class SchemaUrls {
9
-
10
public static final String V1_40_0 = "https://opentelemetry.io/schemas/1.40.0";
11
public static final String V1_39_0 = "https://opentelemetry.io/schemas/1.39.0";
12
public static final String V1_38_0 = "https://opentelemetry.io/schemas/1.38.0";
0 commit comments