Skip to content

Commit 0672a3c

Browse files
authored
Fix robot CLA (#6206)
Per [b/361612219](https://b.corp.google.com/issues/361612219), This updates the committer email we use in our post release cleanup to use the proper robot email, so that it properly passes CLA checks.
1 parent 2f5b338 commit 0672a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post_release_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: peter-evans/create-pull-request@v4
3030
with:
3131
token: ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
32-
committer: google-oss-bot <google[email protected]>
32+
committer: google-oss-bot <firebase[email protected]>
3333
assignees: ${{ github.actor }}
3434
base: 'main'
3535
branch: 'releases/${{ inputs.name }}.mergeback'

0 commit comments

Comments
 (0)