Skip to content

Commit a52fd74

Browse files
authored
fix: Changes email address of googlemaps-bot to use google.com. (#361)
1 parent a6a2a5b commit a52fd74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/approve-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
contents: write
3131
id-token: write
32-
if: github.event.pull_request.user.login == 'googlemaps-bot[bot]' && github.event.pull_request.head.ref == 'temp-build-branch' # change here
32+
if: github.event.pull_request.user.login == 'googlemaps-bot[bot]' && github.event.pull_request.head.ref == 'temp-build-branch'
3333
steps:
3434
- name: Checkout code
3535
uses: actions/checkout@v3

.github/workflows/dist-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set Git Identity
3333
run: |
3434
git config --global user.name 'googlemaps-bot'
35-
git config --global user.email 'googlemaps-bot@users.noreply.github.com'
35+
git config --global user.email 'googlemaps-bot@google.com'
3636
3737
- name: Create Pull Request
3838
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set Git Identity
3939
run: |
4040
git config --global user.name 'googlemaps-bot'
41-
git config --global user.email 'googlemaps-bot@users.noreply.github.com'
41+
git config --global user.email 'googlemaps-bot@google.com'
4242
4343
- uses: actions/cache@v3
4444
with:

0 commit comments

Comments
 (0)