From 67e36653ac0e45bd36be7134181ace9764d15e5b Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 17 Oct 2022 11:26:16 +0200 Subject: [PATCH] Meta: update repository files See https://github.com/whatwg/spec-factory for details. --- .github/workflows/build.yml | 6 +++--- .gitignore | 1 - Makefile | 6 +----- PULL_REQUEST_TEMPLATE.md | 7 ++++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29d0c65..445136a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,13 +11,13 @@ jobs: name: Build runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 2 # Note: `python` will also be this version, which various scripts depend on. - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v3 with: - python-version: 3.8 + python-version: "3.10" # Note: `make deploy` will do a deploy dry run on PRs. - run: make deploy env: diff --git a/.gitignore b/.gitignore index bbca3e6..d21a93c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ /encoding.spec.whatwg.org/ /deploy.sh /encoding.html -/review.sh /UnicodeData.txt diff --git a/Makefile b/Makefile index 5780645..3ee8c9f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL=/bin/bash -o pipefail -.PHONY: local remote deploy review +.PHONY: local remote deploy remote: encoding.bs @ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \ @@ -23,7 +23,3 @@ deploy: encoding.bs EXTRA_FILES="*.txt *.json *.css" \ POST_BUILD_STEP='python visualize.py "$$DIR/"' \ bash ./deploy.sh - -review: encoding.bs - curl --remote-name --fail https://resources.whatwg.org/build/review.sh - bash ./review.sh diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 57104e9..49f6f9a 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -8,10 +8,11 @@ Thank you for contributing to the Encoding Standard! Please describe the change - [ ] [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: … + * Chromium: … + * Gecko: … + * WebKit: … * Deno: … * Node.js: … +- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: … (See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)