From e2ca1f7243f50b5182ca4da27985507fcb9415a3 Mon Sep 17 00:00:00 2001 From: "Kyle A. Matheny" <1580012+ph-One@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:36:05 -0500 Subject: [PATCH] chore: Use noreply for va-vsp-bot email - Do not use @va.gov email address - Instead use a `noreply` email address - Per https://github.com/orgs/department-of-veterans-affairs/discussions/13 - This technically only applies to public repos, but consistency across all repos is appreciated --- .github/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index fbbcb3b..a24da24 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -51,7 +51,7 @@ jobs: uses: EndBug/add-and-commit@v7 with: author_name: va-vsp-bot - author_email: devops@va.gov + author_email: 70344339+va-vsp-bot@users.noreply.github.com branch: main cwd: vsp-infra-application-manifests/apps/vsp-tools-frontend add: support-slackbot/*.yaml