Skip to content

Commit a7bc34f

Browse files
committed
Remove label-merged-pr command
This command is not used. Release note: none Epic: none
1 parent 44563fe commit a7bc34f

File tree

6 files changed

+0
-473
lines changed

6 files changed

+0
-473
lines changed

pkg/BUILD.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ ALL_TESTS = [
143143
"//pkg/cmd/docs-issue-generation:docs-issue-generation_test",
144144
"//pkg/cmd/drtprod/cli/commands:commands_test",
145145
"//pkg/cmd/github-pull-request-make:github-pull-request-make_test",
146-
"//pkg/cmd/label-merged-pr:label-merged-pr_test",
147146
"//pkg/cmd/microbench-ci:microbench-ci_test",
148147
"//pkg/cmd/mirror/go:go_test",
149148
"//pkg/cmd/publish-artifacts:publish-artifacts_test",
@@ -1183,9 +1182,6 @@ GO_TARGETS = [
11831182
"//pkg/cmd/gossipsim:gossipsim",
11841183
"//pkg/cmd/gossipsim:gossipsim_lib",
11851184
"//pkg/cmd/import-tools:import-tools",
1186-
"//pkg/cmd/label-merged-pr:label-merged-pr",
1187-
"//pkg/cmd/label-merged-pr:label-merged-pr_lib",
1188-
"//pkg/cmd/label-merged-pr:label-merged-pr_test",
11891185
"//pkg/cmd/microbench-ci:microbench-ci",
11901186
"//pkg/cmd/microbench-ci:microbench-ci_lib",
11911187
"//pkg/cmd/microbench-ci:microbench-ci_test",

pkg/cmd/dev/build.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ var buildTargetMapping = map[string]string{
8888
"execgen": "//pkg/sql/colexec/execgen/cmd/execgen:execgen",
8989
"gofmt": "@com_github_cockroachdb_gostdlib//cmd/gofmt:gofmt",
9090
"goimports": "@com_github_cockroachdb_gostdlib//x/tools/cmd/goimports:goimports",
91-
"label-merged-pr": "//pkg/cmd/label-merged-pr:label-merged-pr",
9291
"geos": geosTarget,
9392
"langgen": "//pkg/sql/opt/optgen/cmd/langgen:langgen",
9493
"libgeos": geosTarget,

pkg/cmd/label-merged-pr/BUILD.bazel

Lines changed: 0 additions & 24 deletions
This file was deleted.

pkg/cmd/label-merged-pr/label-merged-pr-wrapper.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

pkg/cmd/label-merged-pr/main.go

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)