Skip to content

Commit 27ee9e2

Browse files
committed
to complete the merge
2 parents 6a0d679 + 48bd993 commit 27ee9e2

167 files changed

Lines changed: 15138 additions & 2047 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/workflows/autoupdate-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
autoupdate:
88
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
99
name: autoupdate
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: docker://chinthakagodawita/autoupdate-action:v1
1313
env:

.github/workflows/codeql.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: CodeQL analysis
22

33
on:
44
push:
5-
branches: main
5+
branches:
6+
- main
67
pull_request:
7-
branches: main
8+
branches:
9+
- main
810
paths:
911
- '**/*.js'
1012
- '.github/workflows/codeql.yml'

.github/workflows/triage-unallowed-contributions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
body: reviewMessage,
105105
event: 'REQUEST_CHANGES'
106106
})
107+
exit 1 # prevents further steps from running and fails workflow
107108
# When the most recent review was CHANGES_REQUESTED and the existing
108109
# PR no longer contains unallowed changes, dismiss the previous review
109110
- name: Dismiss pull request review

.github/workflows/workflow-lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Lint workflows
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
pull_request:
9-
branches-ignore:
10-
- translations
5+
# push:
6+
# branches:
7+
# - main
8+
# pull_request:
9+
# branches-ignore:
10+
# - translations
1111

1212
jobs:
1313
lint:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We accept a lot of [different contributions](CONTRIBUTING.md/#types-of-contribut
1818

1919
#### Click **make a contribution** from docs
2020

21-
As you're using the GitHub Docs, you may find something in an article that you'd like to add to, update, or change. Click on **make a contribution** to navigate directly to that article in the codebase, so that you can begin making your contribution.
21+
As you're using GitHub Docs, you may find something in an article that you'd like to add to, update, or change. Click on **make a contribution** to navigate directly to that article in the codebase, so that you can begin making your contribution.
2222

2323
<img src="./assets/images/contribution_cta.png" width="400">
2424

9.52 KB
Loading
9.61 KB
Loading
66.6 KB
Loading
Binary file not shown.
2.98 KB
Loading

0 commit comments

Comments
 (0)