Skip to content

Commit cf1a0e7

Browse files
authored
Merge branch 'main' into 3634-dependabot-combined-notification
2 parents 5109b56 + 34e5bcf commit cf1a0e7

3,546 files changed

Lines changed: 41047 additions & 25774 deletions

File tree

Some content is hidden

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

.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/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/autoupdate-branch.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
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:
823
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'

.github/workflows/browser-test.yml

Lines changed: 3 additions & 0 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:

.github/workflows/build-docker-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ on:
77
branches:
88
- main
99
pull_request:
10-
branches-ignore:
11-
- translations
1210

1311
env:
1412
CI: true
1513

1614
jobs:
1715
build:
16+
# Do not run this job for translations PRs
17+
if: ${{ github.ref != 'refs/heads/translations' }}
18+
1819
runs-on: ubuntu-latest
1920
steps:
2021
- name: Check out repo

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
issues:
55
types:
66
- opened
7-
- reopened
87
- transferred
98
pull_request_target:
109
types:
1110
- opened
12-
- reopened
1311

1412
jobs:
1513
check-team-membership:

.github/workflows/js-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches:
77
- main
88
pull_request:
9-
branches-ignore:
10-
- translations
119

1210
jobs:
1311
lint:

.github/workflows/link-check-dotcom.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: 'Link Checker: Dotcom'
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
8+
pull_request:
69

710
jobs:
811
see_if_should_skip:

.github/workflows/link-check-ghae.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: 'Link Checker: GitHub AE'
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
8+
pull_request:
69

710
jobs:
811
see_if_should_skip:

.github/workflows/link-check-ghes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: 'Link Checker: Enterprise Server'
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
8+
pull_request:
69

710
jobs:
811
see_if_should_skip:

0 commit comments

Comments
 (0)