Skip to content

Commit 352fd48

Browse files
authored
Fix auto-update semconv workflow (#463)
* Fix auto-update semconv workflow * up
1 parent c87fc76 commit 352fd48

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/auto-update-semconv.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
| sed 's/^v//')
3333
3434
matches=$(gh pr list \
35-
--author app/otelbot \
3635
--state open \
37-
--search "in:title \"Update the semantic conventions version to $latest_version\"")
36+
--head "otelbot/update-semconv-to-${latest_version}")
3837
if [ ! -z "$matches" ]
3938
then
4039
already_opened=true

semconv/src/main/java/io/opentelemetry/semconv/SchemaUrls.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
package io.opentelemetry.semconv;
77

88
public final class SchemaUrls {
9-
109
public static final String V1_40_0 = "https://opentelemetry.io/schemas/1.40.0";
1110
public static final String V1_39_0 = "https://opentelemetry.io/schemas/1.39.0";
1211
public static final String V1_38_0 = "https://opentelemetry.io/schemas/1.38.0";

0 commit comments

Comments
 (0)