Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b9eac8

Browse files
author
cypress-bot[bot]
committed
chore: updating v8 snapshot cache
1 parent 0034796 commit 0b9eac8

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

.github/workflows/triage_add_to_routed_project.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: 'Triage: route to team project board'
22
on:
3+
# makes this workflow reusable
4+
workflow_call:
5+
secrets:
6+
ADD_TO_TRIAGE_BOARD_TOKEN:
7+
required: true
38
issues:
49
types:
510
- labeled
@@ -10,7 +15,7 @@ jobs:
1015
steps:
1116
- name: Get project data
1217
env:
13-
GITHUB_TOKEN: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.ADD_TO_TRIAGE_BOARD_TOKEN }}
1419
ORGANIZATION: 'cypress-io'
1520
PROJECT_NUMBER: 10
1621
run: |
@@ -26,7 +31,7 @@ jobs:
2631
echo 'PROJECT_ID='$(jq -r '.data.organization.projectV2.id' project_data.json) >> $GITHUB_ENV
2732
- name: add issue to e2e project
2833
env:
29-
GITHUB_TOKEN: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.ADD_TO_TRIAGE_BOARD_TOKEN }}
3035
ISSUE_ID: ${{ github.event.issue.node_id }}
3136
run: |
3237
gh api graphql -f query='

.github/workflows/triage_closed_issue_comment.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: 'Triage: closed issue comment'
22
on:
3+
# makes this workflow reusable
4+
workflow_call:
5+
secrets:
6+
ADD_TO_TRIAGE_BOARD_TOKEN:
7+
required: true
38
issue_comment:
49
types:
510
- created
@@ -14,9 +19,9 @@ jobs:
1419
steps:
1520
- name: Get project data
1621
env:
17-
GITHUB_TOKEN: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.ADD_TO_TRIAGE_BOARD_TOKEN }}
1823
ORGANIZATION: 'cypress-io'
19-
REPOSITORY: 'cypress'
24+
REPOSITORY: ${{ github.event.repository.name }}
2025
PROJECT_NUMBER: 9
2126
ISSUE_NUMBER: ${{ github.event.issue.number }}
2227
run: |
@@ -68,7 +73,7 @@ jobs:
6873
echo 'NEW_ISSUE_OPTION_ID='$(jq -r '.data.organization.projectV2.field.options[] | select(.name== "New Issue") | .id' project_data.json) >> $GITHUB_ENV
6974
- name: Move issue to New Issue status
7075
env:
71-
GITHUB_TOKEN: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
76+
GITHUB_TOKEN: ${{ secrets.ADD_TO_TRIAGE_BOARD_TOKEN }}
7277
if: env.STATUS == 'Closed'
7378
run: |
7479
gh api graphql -f query='

tooling/v8-snapshot/cache/linux/snapshot-meta.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"./packages/network/node_modules/minimatch/minimatch.js",
6464
"./packages/proxy/lib/http/util/prerequests.ts",
6565
"./packages/server/lib/browsers/index.ts",
66-
"./packages/server/lib/browsers/memory/index.ts",
6766
"./packages/server/lib/browsers/utils.ts",
6867
"./packages/server/lib/capture.js",
6968
"./packages/server/lib/cloud/exception.ts",
@@ -996,6 +995,7 @@
996995
"./packages/scaffold-config/index.js",
997996
"./packages/server/lib/browsers/chrome.ts",
998997
"./packages/server/lib/browsers/firefox.ts",
998+
"./packages/server/lib/browsers/memory/index.ts",
999999
"./packages/server/lib/cache.js",
10001000
"./packages/server/lib/cloud/api.ts",
10011001
"./packages/server/lib/cloud/auth.ts",
@@ -4676,6 +4676,16 @@
46764676
"./node_modules/yallist/yallist.js",
46774677
"./node_modules/yn/index.js",
46784678
"./node_modules/yn/lenient.js",
4679+
"./node_modules/zod/lib/ZodError.js",
4680+
"./node_modules/zod/lib/errors.js",
4681+
"./node_modules/zod/lib/external.js",
4682+
"./node_modules/zod/lib/helpers/errorUtil.js",
4683+
"./node_modules/zod/lib/helpers/parseUtil.js",
4684+
"./node_modules/zod/lib/helpers/typeAliases.js",
4685+
"./node_modules/zod/lib/helpers/util.js",
4686+
"./node_modules/zod/lib/index.js",
4687+
"./node_modules/zod/lib/locales/en.js",
4688+
"./node_modules/zod/lib/types.js",
46794689
"./npm/webpack-batteries-included-preprocessor/empty.js",
46804690
"./npm/webpack-preprocessor/dist/lib/typescript-overrides.js",
46814691
"./package.json",
@@ -5092,8 +5102,8 @@
50925102
"./packages/rewriter/node_modules/parse5/lib/utils/mixin.js",
50935103
"./packages/root/index.js",
50945104
"./packages/scaffold-config/src/commandFile.ts",
5095-
"./packages/scaffold-config/src/ct-detect-third-party.ts",
50965105
"./packages/scaffold-config/src/component-index-template.ts",
5106+
"./packages/scaffold-config/src/ct-detect-third-party.ts",
50975107
"./packages/scaffold-config/src/dependencies.ts",
50985108
"./packages/scaffold-config/src/detect.ts",
50995109
"./packages/scaffold-config/src/frameworks.ts",
@@ -5389,5 +5399,5 @@
53895399
"./tooling/v8-snapshot/cache/linux/snapshot-entry.js"
53905400
],
53915401
"deferredHashFile": "yarn.lock",
5392-
"deferredHash": "01abd62478db6a96641c734d3f71ca773474daf953a15922c4ee5a2cb1496fa9"
5402+
"deferredHash": "63057bdd5689459e149ffb67a1c057c2b829210d1db664db960a2cc6422c5908"
53935403
}

0 commit comments

Comments
 (0)