From 10e812cf84b2c1756bf01519835c7f6efcdce5ef Mon Sep 17 00:00:00 2001 From: Matt Trachier Date: Fri, 31 Mar 2023 21:35:52 +0000 Subject: [PATCH] remove updatecli tranformers Signed-off-by: Matt Trachier --- updatecli/updatecli.d/updatecli.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/updatecli/updatecli.d/updatecli.yml b/updatecli/updatecli.d/updatecli.yml index 0c8d1cdd..d19fc2b6 100644 --- a/updatecli/updatecli.d/updatecli.yml +++ b/updatecli/updatecli.d/updatecli.yml @@ -35,8 +35,6 @@ sources: versionfilter: kind: "regex" pattern: '^go1\.20\.2$' - transformers: - - trimprefix: "go" # Validate read access to local repo ## continue to targets if the go version in the validate file doesn't match the goTag source @@ -76,4 +74,3 @@ actions: draft: false mergemethod: squash parent: false # this would allow for making a PR to an upstream fork, if we ran updatecli from a fork -