File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 git add tests/baselines/reference/api/typescript.d.ts
3333 git add tests/baselines/reference/api/tsserverlibrary.d.ts
3434 git add ./lib
35- git config user.email "ts_bot@rcavanaugh .com"
35+ git config user.email "typescriptbot@microsoft .com"
3636 git config user.name "TypeScript Bot"
3737 git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
3838 git push --set-upstream origin ${{ github.event.client_payload.branch_name }}
Original file line number Diff line number Diff line change 3838 git add tests/baselines/reference/api/typescript.d.ts
3939 git add tests/baselines/reference/api/tsserverlibrary.d.ts
4040 git add ./lib
41- git config user.email "ts_bot@rcavanaugh .com"
41+ git config user.email "typescriptbot@microsoft .com"
4242 git config user.name "TypeScript Bot"
4343 git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
4444 git push
Original file line number Diff line number Diff line change 2525 # required client_payload members:
2626 # branch_name - the target branch
2727 - run : |
28- git config user.email "ts_bot@rcavanaugh .com"
28+ git config user.email "typescriptbot@microsoft .com"
2929 git config user.name "TypeScript Bot"
3030 git fetch origin master
3131 git merge origin/master --no-ff
Original file line number Diff line number Diff line change 1717
1818 - name : Configure Git and Update LKG
1919 run : |
20- git config user.email "ts_bot@rcavanaugh .com"
20+ git config user.email "typescriptbot@microsoft .com"
2121 git config user.name "TypeScript Bot"
2222 npm ci
2323 gulp LKG
Original file line number Diff line number Diff line change 1919
2020 - name : Configure git and update package-lock.json
2121 run : |
22- git config user.email "ts_bot@rcavanaugh .com"
22+ git config user.email "typescriptbot@microsoft .com"
2323 git config user.name "TypeScript Bot"
2424 npm install --package-lock-only
2525 git add -f package-lock.json
You can’t perform that action at this time.
0 commit comments