-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into fetch-metadata
- Loading branch information
Showing
14 changed files
with
16,341 additions
and
1,621 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,26 @@ | ||
name: Build | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
build: | ||
name: Build | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 2 | ||
# Note: `python` will also be this version, which various scripts depend on. | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.8 | ||
# Note: `make deploy` will do a deploy dry run on PRs. | ||
- run: make deploy | ||
env: | ||
SERVER: ${{ secrets.MARQUEE_SERVER }} | ||
SERVER_PUBLIC_KEY: ${{ secrets.MARQUEE_PUBLIC_KEY }} | ||
SERVER_DEPLOY_KEY: ${{ secrets.MARQUEE_DEPLOY_KEY }} |
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
/fetch.spec.whatwg.org/ | ||
/deploy_key | ||
/deploy_key.pub | ||
/deploy.sh | ||
/fetch.html | ||
/review.sh |
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 |
---|---|---|
@@ -1,15 +1,9 @@ | ||
{ | ||
"src_file": "fetch.bs", | ||
"type": "bikeshed", | ||
"params": { | ||
"force": 1, | ||
"md-status": "LS-COMMIT", | ||
"md-h1": "Fetch <small>(<a href=\"{{ pull_request.html_url }}\">PR #{{ pull_request.number }}</a>)</small>", | ||
"md-warning": "Commit {{ short_sha }} {{ pull_request.head.repo.html_url }}/commit/{{ sha }} replaced by {{ config.ls_url }}", | ||
"md-title": "{{ config.title }} (Pull Request Snapshot #{{ pull_request.number }})", | ||
"md-Text-Macro": "SNAPSHOT-LINK {{ config.back_to_ls_link }}" | ||
}, | ||
"ls_url": "https://fetch.spec.whatwg.org/", | ||
"title": "Fetch Standard", | ||
"back_to_ls_link": "<a href=\"https://fetch.spec.whatwg.org/\" id=\"commit-snapshot-link\">Go to the living standard</a>" | ||
"src_file": "fetch.bs", | ||
"type": "bikeshed", | ||
"params": { | ||
"force": 1, | ||
"md-status": "LS-PR", | ||
"md-Text-Macro": "PR-NUMBER {{ pull_request.number }}" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Please see the [contributor guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md). | ||
Please see the [contributor guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md). |
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,15 @@ | ||
<!-- | ||
Thank you for contributing to the Fetch Standard! Please describe the change you are making and complete the checklist below if your change is not editorial. | ||
--> | ||
|
||
- [ ] At least two implementers are interested (and none opposed): | ||
* … | ||
* … | ||
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: | ||
* … | ||
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: | ||
* Chrome: … | ||
* Firefox: … | ||
* Safari: … | ||
|
||
(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.) |
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
Binary file not shown.
Oops, something went wrong.