mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Update bot email address
This commit is contained in:
parent
00d7d52729
commit
c12bc7b906
2
.github/workflows/new-release-branch.yaml
vendored
2
.github/workflows/new-release-branch.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
git add tests/baselines/reference/api/typescript.d.ts
|
||||
git add tests/baselines/reference/api/tsserverlibrary.d.ts
|
||||
git add ./lib
|
||||
git config user.email "ts_bot@rcavanaugh.com"
|
||||
git config user.email "typescriptbot@microsoft.com"
|
||||
git config user.name "TypeScript Bot"
|
||||
git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
|
||||
git push --set-upstream origin ${{ github.event.client_payload.branch_name }}
|
||||
|
||||
2
.github/workflows/set-version.yaml
vendored
2
.github/workflows/set-version.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
git add tests/baselines/reference/api/typescript.d.ts
|
||||
git add tests/baselines/reference/api/tsserverlibrary.d.ts
|
||||
git add ./lib
|
||||
git config user.email "ts_bot@rcavanaugh.com"
|
||||
git config user.email "typescriptbot@microsoft.com"
|
||||
git config user.name "TypeScript Bot"
|
||||
git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
|
||||
git push
|
||||
|
||||
2
.github/workflows/sync-branch.yaml
vendored
2
.github/workflows/sync-branch.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
# required client_payload members:
|
||||
# branch_name - the target branch
|
||||
- run: |
|
||||
git config user.email "ts_bot@rcavanaugh.com"
|
||||
git config user.email "typescriptbot@microsoft.com"
|
||||
git config user.name "TypeScript Bot"
|
||||
git fetch origin master
|
||||
git merge origin/master --no-ff
|
||||
|
||||
2
.github/workflows/update-lkg.yml
vendored
2
.github/workflows/update-lkg.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Configure Git and Update LKG
|
||||
run: |
|
||||
git config user.email "ts_bot@rcavanaugh.com"
|
||||
git config user.email "typescriptbot@microsoft.com"
|
||||
git config user.name "TypeScript Bot"
|
||||
npm ci
|
||||
gulp LKG
|
||||
|
||||
2
.github/workflows/update-package-lock.yaml
vendored
2
.github/workflows/update-package-lock.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
- name: Configure git and update package-lock.json
|
||||
run: |
|
||||
git config user.email "ts_bot@rcavanaugh.com"
|
||||
git config user.email "typescriptbot@microsoft.com"
|
||||
git config user.name "TypeScript Bot"
|
||||
npm install --package-lock-only
|
||||
git add -f package-lock.json
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user