forked from mochajs/mocha
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mochajs:main' into spec-reporter-retries
- Loading branch information
Showing
47 changed files
with
780 additions
and
633 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,4 +100,4 @@ This is a foundation-wide team established to manage escalation when a reporter | |
In order to escalate to the CoCP send an email to `"[email protected]`. | ||
|
||
For more information, refer to the full | ||
[Code of Conduct governance document](https://github.com/openjs-foundation/cross-project-council/blob/master/FOUNDATION_CODE_OF_CONDUCT_REQUIREMENTS.md). | ||
[Code of Conduct governance document](https://github.com/openjs-foundation/cross-project-council/tree/main/proposals/approved/CODE_OF_CONDUCT). |
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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ name: Compliance | |
on: | ||
pull_request: | ||
branches: | ||
- master | ||
- main | ||
types: | ||
- edited | ||
- opened | ||
|
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,19 @@ 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> | ||
Sleepy Flower <[email protected]> | ||
StevenMia <[email protected]> | ||
Simon Hanna <[email protected]> | ||
Ilia Choly <[email protected]> | ||
Marjorie Saito <[email protected]> | ||
Khoa Huynh <[email protected]> | ||
Sam Adams <[email protected]> | ||
|
||
# Generated by scripts/update-authors.js |
Oops, something went wrong.