Correct LUCI config errors

Config revision 5b8bdcf was rejected because:
* WARNING: commit-queue.cfg: in "commit-queue.cfg" (config_group #1): please, specify `name` for monitoring and analytics
* ERROR: refs.cfg: refs.cfg is not used since 2019 and must be deleted

This change addresses those errors and warnings.

Change-Id: I91c7ca2ce78b7bdc46454fe9a231780121ccedc3
Reviewed-on: https://gn-review.googlesource.com/c/gn/+/10280
Reviewed-by: Scott Graham <scottmg@chromium.org>
diff --git a/commit-queue.cfg b/commit-queue.cfg
index 8795619..342dca0 100644
--- a/commit-queue.cfg
+++ b/commit-queue.cfg
@@ -8,6 +8,7 @@
   }
 }
 config_groups {
+  name: "gn"
   gerrit {
     url: "https://gn-review.googlesource.com"
     projects {
diff --git a/refs.cfg b/refs.cfg
deleted file mode 100644
index 4c769a5..0000000
--- a/refs.cfg
+++ /dev/null
@@ -1,7 +0,0 @@
-# Schema of this file:
-# https://luci-config.appspot.com/schemas/projects:refs.cfg
-
-refs {
-  name: "refs/heads/master"
-  config_path: "infra/config"
-}