From b4ab34edeb7156f30754f38f2aeb3ad832dcde57 Mon Sep 17 00:00:00 2001 From: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:23:54 -0700 Subject: [PATCH] fix: bcr releaser email (#1392) Fixes https://github.com/bazelbuild/bazel-central-registry/pull/863. The aspect email is no longer associated with the github user, so the CLA bot but doesn't think think the CLA is signed. To fix, change the email the BCR PRs are published under to an address that is associated with the github user (and thus the CLA). --- .bcr/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/config.yml b/.bcr/config.yml index 7bdd70fbaf..7672aa554d 100644 --- a/.bcr/config.yml +++ b/.bcr/config.yml @@ -14,5 +14,5 @@ fixedReleaser: login: f0rmiga - email: thulio@aspect.dev + email: 3149049+f0rmiga@users.noreply.github.com moduleRoots: [".", "gazelle"]