.github: delete unused bot configuration

Our issue management is done by gopherbot.

See https://go-review.googlesource.com/c/build/+/233377

Change-Id: I5da8e7b98fd6da659eff16c00360200b4b6e63f3

Change-Id: I5da8e7b98fd6da659eff16c00360200b4b6e63f3
GitHub-Last-Rev: 41650cfcd8199bb661484d283c8ba4207b8f546b
GitHub-Pull-Request: golang/vscode-go#73
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/234529
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
diff --git a/.github/locker.yml b/.github/locker.yml
deleted file mode 100644
index 763c8aa..0000000
--- a/.github/locker.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-{

-    daysAfterClose: 45,

-    daysSinceLastUpdate: 3,

-    perform: true

-}
\ No newline at end of file
diff --git a/.github/needs_more_info.yml b/.github/needs_more_info.yml
deleted file mode 100644
index e7de8ac..0000000
--- a/.github/needs_more_info.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-{

-    daysUntilClose: 7,

-    needsMoreInfoLabel: 'needs more info',

-    perform: true,

-    closeComment: 'This issue has been closed automatically because it needs more information and has not had recent activity. Thank you for your contributions.'

-}
\ No newline at end of file
diff --git a/METADATA b/METADATA
deleted file mode 100644
index 71e3b94..0000000
--- a/METADATA
+++ /dev/null
@@ -1,16 +0,0 @@
-name: "vscode-go"
-description:
-    "Fork of github.com/Microsoft/vscode-go (the VSCode plugin for Go). "
-    "This fork is kept in sync with the upstream while includes "
-    "new features go-tools@google.com team is developing and experimenting. "
-    ""
-
-third_party {
-  url {
-    type: GIT
-    value: "https://github.com/Microsoft/vscode-go"
-  }
-  version: "master"
-  last_upgrade_date { year: 2020 month: 1 day: 8 }
-  license_type: NOTICE
-}