From bf5f6c2a8f2d770da884cb52f5625c59b5a880e7 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 17 Oct 2022 11:26:12 +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 29d0c6512..445136a1b 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 c23dedefa..51e7743f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /dom.spec.whatwg.org/ /deploy.sh /dom.html -/review.sh diff --git a/Makefile b/Makefile index 87e381c18..d02f13a87 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL=/bin/bash -o pipefail -.PHONY: local remote deploy review +.PHONY: local remote deploy remote: dom.bs @ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \ @@ -21,7 +21,3 @@ local: dom.bs deploy: dom.bs curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh bash ./deploy.sh - -review: dom.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 80c4790ea..f9985317a 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -8,10 +8,11 @@ Thank you for contributing to the DOM Standard! Please describe the change you a - [ ] [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 (only for aborting and events): … * Node.js (only for aborting and events): … +- [ ] [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.)