Skip to content

Commit

Permalink
chore: Use noreply for va-vsp-bot email
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 Nov 27, 2024
1 parent 7d62eb6 commit e04ab37
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: devops@va.gov
author_email: 70344339+va-vsp-bot@users.noreply.github.com
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: devops@va.gov
author_email: 70344339+va-vsp-bot@users.noreply.github.com
branch: main
cwd: manifests/apps/preview-environment/dev/
add: 'argocd-apps'
Expand Down

0 comments on commit e04ab37

Please sign in to comment.