Skip to content

Commit b481550

Browse files
authored
Merge branch 'whatwg:main' into remove
2 parents ed5e1e1 + abad896 commit b481550

File tree

7 files changed

+1351
-386
lines changed

7 files changed

+1351
-386
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
name: Build
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 2
1717
# Note: `python` will also be this version, which various scripts depend on.
18-
- uses: actions/setup-python@v2
18+
- uses: actions/setup-python@v3
1919
with:
20-
python-version: 3.8
20+
python-version: "3.10"
2121
# Note: `make deploy` will do a deploy dry run on PRs.
2222
- run: make deploy
2323
env:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/fs.spec.whatwg.org/
22
/deploy.sh
33
/index.html
4-
/review.sh

AccessHandle.md

Lines changed: 0 additions & 304 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL=/bin/bash -o pipefail
2-
.PHONY: local remote deploy review
2+
.PHONY: local remote deploy
33

44
remote: index.bs
55
@ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \
@@ -21,7 +21,3 @@ local: index.bs
2121
deploy: index.bs
2222
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh
2323
bash ./deploy.sh
24-
25-
review: index.bs
26-
curl --remote-name --fail https://resources.whatwg.org/build/review.sh
27-
bash ./review.sh

PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Thank you for contributing to the File System Standard! Please describe the chan
88
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
99
*
1010
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
11-
* Chrome: …
12-
* Firefox: …
13-
* Safari: …
11+
* Chromium: …
12+
* Gecko: …
13+
* WebKit: …
14+
- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: …
1415

1516
(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)

0 commit comments

Comments
 (0)