-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into issues/4552
- Loading branch information
Showing
36 changed files
with
3,181 additions
and
2,150 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
groups: | ||
github-actions: | ||
patterns: | ||
- '*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
ref: ${{ github.event.pull_request.head.sha }} | ||
persist-credentials: false | ||
- name: 'Cache node_modules' | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: '~/.npm' | ||
key: "ubuntu-latest-node-full-lts-${{ hashFiles('**/package-lock.json') }}" | ||
|
@@ -32,7 +32,7 @@ jobs: | |
SAUCE_USERNAME: '${{secrets.SAUCE_USERNAME}}' | ||
SAUCE_ACCESS_KEY: '${{secrets.SAUCE_ACCESS_KEY}}' | ||
- name: remove 'run-browser-test' label | ||
uses: buildsville/[email protected].0 | ||
uses: buildsville/[email protected].1 | ||
if: ${{ always() }} | ||
with: | ||
token: ${{secrets.GITHUB_TOKEN}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
- run: npm install --ignore-scripts | ||
- run: npm run lint | ||
|
||
name: CI | ||
|
||
on: | ||
pull_request: ~ | ||
push: | ||
branches: | ||
- main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
jobs: | ||
compliance: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: mtfoley/pr-compliance-action@main | ||
with: | ||
body-auto-close: false | ||
ignore-team-members: false | ||
|
||
name: Compliance | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
types: | ||
- edited | ||
- opened | ||
- reopened | ||
- synchronize | ||
|
||
permissions: | ||
pull-requests: write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -542,5 +542,17 @@ Josh Goldberg <[email protected]> | |
Kleis Auke Wolthuizen <[email protected]> | ||
Paulo Gonçalves <[email protected]> | ||
Anton Usmansky <[email protected]> | ||
jb2311 <[email protected]> | ||
Aras Abbasi <[email protected]> | ||
Spencer <[email protected]> | ||
Feng Yu <[email protected]> | ||
Pelle Wessman <[email protected]> | ||
Orgad Shaneh <[email protected]> | ||
Lucas Lopes <[email protected]> | ||
Bryan Mishkin <[email protected]> | ||
Ville Lahdenvuo <[email protected]> | ||
Nathan Phillip Brink <[email protected]> | ||
Ståle Tomten <[email protected]> | ||
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
|
||
# Generated by scripts/update-authors.js |
Oops, something went wrong.