Skip to content

Commit 67e3665

Browse files
committed
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent 4f549cd commit 67e3665

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

.github/workflows/build.yml

+3-3
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

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/encoding.spec.whatwg.org/
22
/deploy.sh
33
/encoding.html
4-
/review.sh
54
/UnicodeData.txt

Makefile

+1-5
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: encoding.bs
55
@ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \
@@ -23,7 +23,3 @@ deploy: encoding.bs
2323
EXTRA_FILES="*.txt *.json *.css" \
2424
POST_BUILD_STEP='python visualize.py "$$DIR/"' \
2525
bash ./deploy.sh
26-
27-
review: encoding.bs
28-
curl --remote-name --fail https://resources.whatwg.org/build/review.sh
29-
bash ./review.sh

PULL_REQUEST_TEMPLATE.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ Thank you for contributing to the Encoding Standard! Please describe the change
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: …
1414
* Deno: …
1515
* Node.js: …
16+
- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: …
1617

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

0 commit comments

Comments
 (0)