Skip to content

Commit

Permalink
chore: Use noreply for va-vsp-bot email (#2369)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
ph-One authored Dec 2, 2024
1 parent 4d5a452 commit 25e1e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-environment-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # 9.1.3
with:
author_name: va-vsp-bot
author_email: [email protected]
author_email: [email protected]
branch: main
cwd: manifests/apps/preview-environment/dev/
add: 'pe-envs'
Expand All @@ -66,7 +66,7 @@ jobs:
uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # 9.1.3
with:
author_name: va-vsp-bot
author_email: [email protected]
author_email: [email protected]
branch: main
cwd: manifests/apps/preview-environment/dev/
add: 'argocd-apps'
Expand Down

0 comments on commit 25e1e72

Please sign in to comment.