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 32
32
git add tests/baselines/reference/api/typescript.d.ts
33
33
git add tests/baselines/reference/api/tsserverlibrary.d.ts
34
34
git add ./lib
35
- git config user.email "ts_bot@rcavanaugh .com"
35
+ git config user.email "typescriptbot@microsoft .com"
36
36
git config user.name "TypeScript Bot"
37
37
git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
38
38
git push --set-upstream origin ${{ github.event.client_payload.branch_name }}
Original file line number Diff line number Diff line change 38
38
git add tests/baselines/reference/api/typescript.d.ts
39
39
git add tests/baselines/reference/api/tsserverlibrary.d.ts
40
40
git add ./lib
41
- git config user.email "ts_bot@rcavanaugh .com"
41
+ git config user.email "typescriptbot@microsoft .com"
42
42
git config user.name "TypeScript Bot"
43
43
git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
44
44
git push
Original file line number Diff line number Diff line change 25
25
# required client_payload members:
26
26
# branch_name - the target branch
27
27
- run : |
28
- git config user.email "ts_bot@rcavanaugh .com"
28
+ git config user.email "typescriptbot@microsoft .com"
29
29
git config user.name "TypeScript Bot"
30
30
git fetch origin master
31
31
git merge origin/master --no-ff
Original file line number Diff line number Diff line change 17
17
18
18
- name : Configure Git and Update LKG
19
19
run : |
20
- git config user.email "ts_bot@rcavanaugh .com"
20
+ git config user.email "typescriptbot@microsoft .com"
21
21
git config user.name "TypeScript Bot"
22
22
npm ci
23
23
gulp LKG
Original file line number Diff line number Diff line change 19
19
20
20
- name : Configure git and update package-lock.json
21
21
run : |
22
- git config user.email "ts_bot@rcavanaugh .com"
22
+ git config user.email "typescriptbot@microsoft .com"
23
23
git config user.name "TypeScript Bot"
24
24
npm install --package-lock-only
25
25
git add -f package-lock.json
You can’t perform that action at this time.
0 commit comments