From 06a5f295a34a9378e39441e79c60c9184f716078 Mon Sep 17 00:00:00 2001 From: "Kyle A. Matheny" <1580012+ph-One@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:57: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 --- .github/workflows/update-manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-manifest.yml b/.github/workflows/update-manifest.yml index cd39b7e53..1fe6ab090 100644 --- a/.github/workflows/update-manifest.yml +++ b/.github/workflows/update-manifest.yml @@ -102,7 +102,7 @@ jobs: add: '*.yaml' cwd: vsp-infra-application-manifests/apps/${{ inputs.app_name }}/${{ inputs.environment }} author_name: va-vsp-bot - author_email: devops@va.gov + author_email: 70344339+va-vsp-bot@users.noreply.github.com message: 'Update ${{ inputs.app_name }} images and helm chart for ${{ inputs.environment }} environment with version ${{ env.IMAGE_TAG }}' # If this is triggered via workflow_run, update all 4 app/environment combinations. @@ -125,5 +125,5 @@ jobs: add: '*.yaml' cwd: vsp-infra-application-manifests/apps author_name: va-vsp-bot - author_email: devops@va.gov + author_email: 70344339+va-vsp-bot@users.noreply.github.com message: 'Auto update next-build images and helm chart for apps and environments with version ${{ env.IMAGE_TAG }}'