Meta: update repository files · whatwg/xhr@112c3bb
annevk
·
2022-10-17
·
via Recent Commits to xhr:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -11,13 +11,13 @@ jobs:
|
11 | 11 | name: Build |
12 | 12 | runs-on: ubuntu-20.04 |
13 | 13 | steps: |
14 | | - - uses: actions/checkout@v2 |
| 14 | + - uses: actions/checkout@v3 |
15 | 15 | with: |
16 | 16 | fetch-depth: 2 |
17 | 17 | # Note: `python` will also be this version, which various scripts depend on. |
18 | | - - uses: actions/setup-python@v2 |
| 18 | + - uses: actions/setup-python@v3 |
19 | 19 | with: |
20 | | -python-version: 3.8 |
| 20 | +python-version: "3.10" |
21 | 21 | # Note: `make deploy` will do a deploy dry run on PRs. |
22 | 22 | - run: make deploy |
23 | 23 | env: |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | /xhr.spec.whatwg.org/ |
2 | 2 | /deploy.sh |
3 | 3 | /xhr.html |
4 | | -/review.sh |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | SHELL=/bin/bash -o pipefail |
2 | | -.PHONY: local remote deploy review |
| 2 | +.PHONY: local remote deploy |
3 | 3 | |
4 | 4 | remote: xhr.bs |
5 | 5 | @ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \ |
@@ -21,7 +21,3 @@ local: xhr.bs
|
21 | 21 | deploy: xhr.bs |
22 | 22 | curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh |
23 | 23 | bash ./deploy.sh |
24 | | - |
25 | | -review: xhr.bs |
26 | | - curl --remote-name --fail https://resources.whatwg.org/build/review.sh |
27 | | - bash ./review.sh |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,8 +8,9 @@ Thank you for contributing to the XMLHttpRequest Standard! Please describe the c
|
8 | 8 | - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: |
9 | 9 | * … |
10 | 10 | - [ ] [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: … |
14 | 15 | |
15 | 16 | (See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.) |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。