Skip to content

Commit

Permalink
Merge branch 'canary' into create-next-app-template
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx authored May 17, 2024
2 parents 25836c1 + 138e45c commit d5722bc
Show file tree
Hide file tree
Showing 453 changed files with 14,082 additions and 5,237 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@

# chore: update prettier to 3.2.5 (#65092)
64b718c6618b6c419872abbf22163ae543ac259e

# Replace createNextDescribe with nextTestSetup
c6320ed87ab41eee6f3ac54352ad02a239f329b2
2 changes: 1 addition & 1 deletion .github/workflows/retry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# (through slightly hacky means).
payload: |
{
"commit_title": "${{ github.event.workflow_run.display_title }}",
"commit_title": ${{ toJSON(github.event.workflow_run.display_title) }},
"commit_url": "github.com/${{ github.repository }}/commit/${{ github.event.workflow_run.head_sha }}",
"workflow_run_url": "github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}/attempts/${{ github.event.workflow_run.run_attempt }}"
}
Expand Down
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,9 @@
"scheme": "file"
}
],
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"gitlens.advanced.blame.customArguments": [
"--ignore-revs-file",
"${workspaceRoot}/.git-blame-ignore-revs"
]
}
Loading

0 comments on commit d5722bc

Please sign in to comment.