Skip to content

Commit 9c87c41

Browse files
committed
Merge remote-tracking branch 'upstream/v3.2-dev' into 3.2-schema-test-keyword-coverage
2 parents dd3f299 + a068e0b commit 9c87c41

File tree

3 files changed

+38
-52
lines changed

3 files changed

+38
-52
lines changed

.github/workflows/sync-dev-to-vX.Y-dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
--label "Housekeeping" \
4747
--title "$BASE: update from $HEAD" \
4848
--body "Merge \`$HEAD\` into \`$BASE\`.")
49+
echo ""
4950
echo "PR to sync $DEV_BRANCH: $PR"
51+
sleep 10 # allow status checks to be triggered
5052
5153
gh pr checks $PR --watch --required || continue
5254
gh pr merge $PR --merge --admin

package-lock.json

Lines changed: 35 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cheerio": "^1.1.2",
2424
"highlight.js": "^11.11.1",
2525
"markdown-it": "^14.1.0",
26-
"respec": "35.4.3",
26+
"respec": "35.5.0",
2727
"yargs": "^18.0.0"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)