-
-
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 boneskull/issue/3817
- Loading branch information
Showing
27 changed files
with
449 additions
and
410 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -547,5 +547,12 @@ 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 |
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 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
Oops, something went wrong.