Skip to content

Commit

Permalink
[release/v1.32.x] Remove weird graphql versions from muzzle versions (#…
Browse files Browse the repository at this point in the history
…10581)

Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
opentelemetrybot and laurit authored Feb 16, 2024
1 parent 324f25c commit 946dcb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class AcceptableVersions(private val skipVersions: Collection<String>) :
|| versionString.contains("public_draft")
|| versionString.contains("snapshot")
|| versionString.contains("test")
|| versionString.startsWith("0.0.0-")
|| GIT_SHA_PATTERN.matches(versionString)
|| DATETIME_PATTERN.matches(versionString)
return !draftVersion
Expand Down

0 comments on commit 946dcb8

Please sign in to comment.