Skip to content

Commit 3e04505

Browse files
authored
Merge branch 'main' into patch-1
2 parents e7445c6 + a216cd5 commit 3e04505

File tree

9,142 files changed

+1625428
-347775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,142 files changed

+1625428
-347775
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Status Update
3+
about: A brief status update.
4+
body:
5+
- type: dropdown
6+
attributes:
7+
name: Status
8+
options:
9+
- name: "GREEN \U0001F34F (All good, smooth sailing)"
10+
value: 'Status: GREEN'
11+
- name: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
12+
value: 'Status: YELLOW'
13+
- name: "RED \U0001F534 (BLOCKED)"
14+
value: 'Status: RED'
15+
- type: input
16+
attributes:
17+
name: Update Summary
18+
placeholder:
19+
Brief summary of the status and next steps. Any blockers should be
20+
called out specifically.
21+
inputType: longText
22+
- type: input
23+
attributes:
24+
name: 'Attribution'
25+
value: '_created with :heart: by typing_ `/status`'
26+
inputType: text

.github/ISSUE_TEMPLATE/improve-the-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Check to make sure someone hasn't already opened a similar issue: https://github
2222

2323
### What is the current behavior?
2424

25-
<!-- include links to articles where you're seeing a problem, screenshots, what browser you're using, etc. -->
25+
<!-- Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc. -->
2626

2727
### What changes are you suggesting?
2828

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Thanks again!
1515
<!--
1616
- If there's an existing issue for your change, please link to it.
1717
- If there's _not_ an existing issue, please open one first to make it more likely that this update will be accepted: https://github.com/github/docs/issues/new/choose. -->
18+
**Closes [issue link]**
1819

1920
### What's being changed:
2021

.github/allowed-actions.js

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,38 @@
44
// can be added it this list.
55

66
module.exports = [
7-
'actions/cache@0781355a23dac32fd3bac414512f4b903437991a', //actions/cache@v2.1.3
8-
'actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f', //actions/checkout@v2.3.4
9-
'actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9', //actions/script@v3.0.0
10-
'actions/labeler@5f867a63be70efff62b767459b009290364495eb', //actions/labeler@v2.2.0
11-
'actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d', //actions/[email protected]
12-
'actions/setup-ruby@5f29a1cd8dfebf420691c4c9a0e832e2fae5a526', //actions/[email protected]
13-
'actions/stale@af4072615903a8b031f986d25b1ae3bf45ec44d4', //actions/stale@v3.0.13
14-
'crowdin/github-action@fd9429dd63d6c0f8a8cb4b93ad8076990bd6e688',
15-
'dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911',
16-
'docker://chinthakagodawita/autoupdate-action:v1',
17-
'fkirc/skip-duplicate-actions@36feb0d8d062137530c2e00bd278d138fe191289',
18-
'github/codeql-action/analyze@v1',
19-
'github/codeql-action/init@v1',
20-
'ianwalter/puppeteer@12728ddef82390d1ecd4732fb543f62177392fbb',
21-
'juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8',
22-
'juliangruber/find-pull-request-action@64d55773c959748ad30a4184f4dc102af1669f7b',
23-
'juliangruber/read-file-action@e0a316da496006ffd19142f0fd594a1783f3b512',
24-
'lee-dohm/close-matching-issues@22002609b2555fe18f52b8e2e7c07cbf5529e8a8',
25-
'pascalgn/automerge-action@c9bd182',
26-
'peter-evans/create-issue-from-file@a04ce672e3acedb1f8e416b46716ddfd09905326',
27-
'peter-evans/create-or-update-comment@5221bf4aa615e5c6e95bb142f9673a9c791be2cd',
28-
'peter-evans/create-pull-request@8c603dbb04b917a9fc2dd991dc54fef54b640b43',
29-
'rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9',
30-
'rachmari/labeler@832d42ec5523f3c6d46e8168de71cd54363e3e2e',
31-
'repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88',
32-
'repo-sync/pull-request@33777245b1aace1a58c87a29c90321aa7a74bd7d',
33-
'someimportantcompany/github-actions-slack-message@0b470c14b39da4260ed9e3f9a4f1298a74ccdefd',
34-
'tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0',
35-
'EndBug/add-and-commit@9358097a71ad9fb9e2f9624c6098c89193d83575',
36-
'dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58'
37-
]
7+
"actions/cache@0781355a23dac32fd3bac414512f4b903437991a", //actions/cache@v2.1.3
8+
"actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f", //actions/checkout@v2.3.4
9+
"actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9", //actions/script@v3.0.0
10+
"actions/labeler@5f867a63be70efff62b767459b009290364495eb", //actions/labeler@v2.2.0
11+
"actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e", //actions/[email protected]
12+
"ruby/setup-ruby@fdcfbcf14ec9672f6f615cb9589a1bc5dd69d262", //ruby/[email protected]
13+
"actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da", //actions/stale@v3.0.16
14+
"archive/github-actions-slack@d368c5a4ad757515a9344918f84c490b05777d94",
15+
"ashley-taylor/regex-property-action@93a24f845cd20790924208225cc72da8b4c6d46d",
16+
"crowdin/github-action@fd9429dd63d6c0f8a8cb4b93ad8076990bd6e688",
17+
"crykn/copy_folder_to_another_repo_action@0282e8b9fef06de92ddcae9fe6cb44df6226646c",
18+
"cschleiden/actions-linter@0ff16d6ac5103cca6c92e6cbc922b646baaea5be",
19+
"dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911",
20+
"docker://chinthakagodawita/autoupdate-action:v1",
21+
"fkirc/skip-duplicate-actions@36feb0d8d062137530c2e00bd278d138fe191289",
22+
"github/codeql-action/analyze@v1",
23+
"github/codeql-action/init@v1",
24+
"ianwalter/puppeteer-container@2466ba8ecf689ccf4e5dfadeff3ac2db227b2e17",
25+
"juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8",
26+
"juliangruber/find-pull-request-action@2fc55e82a6d5d36fe1e7f1848f7e64fd02d99de9",
27+
"juliangruber/read-file-action@e0a316da496006ffd19142f0fd594a1783f3b512",
28+
"lee-dohm/close-matching-issues@22002609b2555fe18f52b8e2e7c07cbf5529e8a8",
29+
"pascalgn/automerge-action@c9bd1823770819dc8fb8a5db2d11a3a95fbe9b07", //pascalgn/[email protected]
30+
"peter-evans/create-issue-from-file@a04ce672e3acedb1f8e416b46716ddfd09905326",
31+
"peter-evans/create-or-update-comment@5221bf4aa615e5c6e95bb142f9673a9c791be2cd",
32+
"peter-evans/create-pull-request@8c603dbb04b917a9fc2dd991dc54fef54b640b43",
33+
"rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9",
34+
"rachmari/labeler@832d42ec5523f3c6d46e8168de71cd54363e3e2e",
35+
"repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88",
36+
"repo-sync/pull-request@33777245b1aace1a58c87a29c90321aa7a74bd7d",
37+
"someimportantcompany/github-actions-slack-message@0b470c14b39da4260ed9e3f9a4f1298a74ccdefd",
38+
"tjenkinson/gh-action-auto-merge-dependency-updates@4d7756c04d9d999c5968697a621b81c47f533d61",
39+
"EndBug/add-and-commit@9358097a71ad9fb9e2f9624c6098c89193d83575",
40+
"dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58",
41+
];

.github/workflows/60-days-stale-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55

66
jobs:
77
stale:
8+
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
89
runs-on: ubuntu-latest
910
steps:
10-
- uses: actions/stale@af4072615903a8b031f986d25b1ae3bf45ec44d4
11+
- uses: actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da
1112
with:
1213
repo-token: ${{ secrets.GITHUB_TOKEN }}
1314
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.'

.github/workflows/auto-label-prs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Auto label Pull Requests
2+
23
on:
34
pull_request:
45

@@ -7,6 +8,7 @@ jobs:
78
if: github.repository == 'github/docs-internal'
89
runs-on: ubuntu-latest
910
steps:
11+
# See labeling configuration in the `.github/labeler.yml` file
1012
- uses: actions/labeler@5f867a63be70efff62b767459b009290364495eb
1113
with:
1214
repo-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/automerge-dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ on:
1414

1515
jobs:
1616
run:
17+
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
1718
runs-on: ubuntu-latest
1819
steps:
19-
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0
20+
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@4d7756c04d9d999c5968697a621b81c47f533d61
2021
with:
2122
repo-token: ${{ secrets.GITHUB_TOKEN }}
2223
allowed-actors: dependabot[bot]

.github/workflows/automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ on:
2020
jobs:
2121
automerge:
2222
runs-on: ubuntu-latest
23-
if: contains(github.event.pull_request.labels.*.name, 'automerge') || contains(github.event.pull_request.labels.*.name, 'autosquash')
23+
if: (contains(github.event.pull_request.labels.*.name, 'automerge') || contains(github.event.pull_request.labels.*.name, 'autosquash')) && (github.repository == 'github/docs-internal' || github.repository == 'github/docs')
2424
steps:
2525
- name: automerge
26-
uses: 'pascalgn/automerge-action@c9bd182'
26+
uses: 'pascalgn/automerge-action@c9bd1823770819dc8fb8a5db2d11a3a95fbe9b07'
2727
env:
2828
GITHUB_TOKEN: '${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}'
2929
MERGE_METHOD_LABELS: 'automerge=merge,autosquash=squash'

.github/workflows/autoupdate-branch.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
name: autoupdate branch
2+
3+
#
4+
# This workflow checks all open PRs targeting `main` as their base branch and
5+
# will attempt to update them if they have the `autoupdate` label applied.
6+
# It is triggered when a `push` event occurs ON the `main` branch (e.g. a PR
7+
# was merged or a force-push was done).
8+
#
9+
# It should work on all PRs created from source branches within the repo itself
10+
# but is unlikely to work for PRs created from forked repos.
11+
#
12+
# It is still worthwhile to leave it enabled for the `docs` open source repo as
13+
# it should at least be running on `repo-sync` branch PRs.
14+
#
15+
216
on:
317
push:
418
branches:
519
- main
20+
621
jobs:
722
autoupdate:
23+
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
824
name: autoupdate
9-
runs-on: ubuntu-18.04
25+
runs-on: ubuntu-latest
1026
steps:
1127
- uses: docker://chinthakagodawita/autoupdate-action:v1
1228
env:

.github/workflows/browser-test.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Browser Tests
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
8+
pull_request:
69

710
jobs:
811
see_if_should_skip:
@@ -28,14 +31,20 @@ jobs:
2831
name: Checkout
2932
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
3033

34+
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
35+
name: Setup Node
36+
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
37+
with:
38+
node-version: 14.x
39+
3140
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
3241
name: Install
33-
uses: ianwalter/puppeteer@12728ddef82390d1ecd4732fb543f62177392fbb
42+
uses: ianwalter/puppeteer-container@2466ba8ecf689ccf4e5dfadeff3ac2db227b2e17
3443
with:
3544
args: npm ci
3645

3746
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
3847
name: Test
39-
uses: ianwalter/puppeteer@12728ddef82390d1ecd4732fb543f62177392fbb
48+
uses: ianwalter/puppeteer-container@2466ba8ecf689ccf4e5dfadeff3ac2db227b2e17
4049
with:
4150
args: npm run browser-test

0 commit comments

Comments
 (0)