Skip to content

Commit df107a6

Browse files
Merge branch 'main' into patch-1
2 parents 1f93981 + d0346d8 commit df107a6

File tree

170 files changed

+4280
-25713
lines changed

Some content is hidden

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

170 files changed

+4280
-25713
lines changed

.github/workflows/lint-entire-content-data-markdown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Lint entire content and data markdown files'
22

3-
# **What it does**: Lints our content markdown weekly to ensure the content matches the specified styleguide. If errors exists, it opens a PR for the Docs content team to review.
3+
# **What it does**: Lints our content markdown weekly to ensure the content matches the specified styleguide. If errors or warnings exist, it opens an issue for the Docs content team to review.
44
# **Why we have it**: Extra precaution to run linter on the entire content/data directories.
55
# **Who does it impact**: Docs content.
66

@@ -32,7 +32,7 @@ jobs:
3232
id: linting-content-data
3333
timeout-minutes: 10
3434
continue-on-error: true
35-
run: npm run lint-content -- --errors-only --paths content data --output-file /tmp/error-lints.json
35+
run: npm run lint-content -- --paths content data --output-file /tmp/lint-results.json
3636

3737
- name: Open issue in docs-content
3838
if: ${{ always() && steps.linting-content-data.outcome == 'failure' }}
@@ -41,7 +41,7 @@ jobs:
4141
REPORT_AUTHOR: docs-bot
4242
REPORT_LABEL: broken content markdown report
4343
REPORT_REPOSITORY: github/docs-content
44-
run: npm run post-lints -- --path /tmp/error-lints.json
44+
run: npm run post-lints -- --path /tmp/lint-results.json
4545

4646
- uses: ./.github/actions/slack-alert
4747
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
278 KB
Loading
29.7 KB
Loading

config/moda/deployment.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ environments:
1515
secret_environment: production
1616
required_review_tasks: []
1717
auto_deploy: true
18+
skip_auto_merge: true
1819
cluster_selector:
1920
profile: general
2021
region: iad
@@ -26,6 +27,7 @@ environments:
2627
secret_environment: production
2728
required_review_tasks: []
2829
auto_deploy: true
30+
skip_auto_merge: true
2931
cluster_selector:
3032
profile: general
3133
region: iad
@@ -37,6 +39,7 @@ environments:
3739
secret_environment: production
3840
required_review_tasks: []
3941
auto_deploy: true
42+
skip_auto_merge: true
4043
cluster_selector:
4144
profile: general
4245
region: iad
@@ -48,6 +51,7 @@ environments:
4851
secret_environment: production
4952
required_review_tasks: []
5053
auto_deploy: true
54+
skip_auto_merge: true
5155
cluster_selector:
5256
profile: general
5357
region: iad
@@ -59,6 +63,7 @@ environments:
5963
secret_environment: production
6064
required_review_tasks: []
6165
auto_deploy: true
66+
skip_auto_merge: true
6267
cluster_selector:
6368
profile: general
6469
region: iad
@@ -70,6 +75,7 @@ environments:
7075
secret_environment: production
7176
required_review_tasks: []
7277
auto_deploy: true
78+
skip_auto_merge: true
7379
cluster_selector:
7480
profile: general
7581
region: iad
@@ -81,6 +87,7 @@ environments:
8187
secret_environment: production
8288
required_review_tasks: []
8389
auto_deploy: true
90+
skip_auto_merge: true
8491
cluster_selector:
8592
profile: general
8693
region: iad
@@ -92,6 +99,7 @@ environments:
9299
secret_environment: production
93100
required_review_tasks: []
94101
auto_deploy: true
102+
skip_auto_merge: true
95103
cluster_selector:
96104
profile: general
97105
region: iad
@@ -103,6 +111,7 @@ environments:
103111
secret_environment: production
104112
required_review_tasks: []
105113
auto_deploy: true
114+
skip_auto_merge: true
106115
cluster_selector:
107116
profile: general
108117
region: iad
@@ -114,6 +123,7 @@ environments:
114123
secret_environment: production
115124
required_review_tasks: []
116125
auto_deploy: true
126+
skip_auto_merge: true
117127
cluster_selector:
118128
profile: general
119129
region: iad
@@ -125,6 +135,7 @@ environments:
125135
secret_environment: production
126136
required_review_tasks: []
127137
auto_deploy: true
138+
skip_auto_merge: true
128139
cluster_selector:
129140
profile: general
130141
region: iad
@@ -136,6 +147,7 @@ environments:
136147
secret_environment: production
137148
required_review_tasks: []
138149
auto_deploy: true
150+
skip_auto_merge: true
139151
cluster_selector:
140152
profile: general
141153
region: iad

content/actions/about-github-actions/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ versions:
88
ghec: '*'
99
children:
1010
- /understanding-github-actions
11-
- /about-continuous-integration-with-github-actions
12-
- /about-continuous-deployment-with-github-actions
1311
---
1412

content/actions/administering-github-actions/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ versions:
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /usage-limits-billing-and-administration
1110
- /viewing-github-actions-metrics
1211
- /sharing-workflows-secrets-and-runners-with-your-organization
1312
- /making-retired-namespaces-available-on-ghecom

content/actions/concepts/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Concepts for GitHub Actions
3+
shortTitle: Concepts
4+
intro: "Learn the core concepts that you'll need to understand GitHub Actions."
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /overview
11+
- /workflows-and-actions
12+
- /runners
13+
- /security
14+
- /use-cases
15+
---

content/actions/about-github-actions/about-continuous-deployment-with-github-actions.md renamed to content/actions/concepts/overview/about-continuous-deployment-with-github-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ redirect_from:
1212
- /actions/deployment/about-deployments/about-continuous-deployment
1313
- /actions/deployment/about-deployments
1414
- /actions/about-github-actions/about-continuous-deployment
15+
- /actions/about-github-actions/about-continuous-deployment-with-github-actions
1516
topics:
1617
- CD
1718
---

content/actions/about-github-actions/about-continuous-integration-with-github-actions.md renamed to content/actions/concepts/overview/about-continuous-integration-with-github-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ redirect_from:
99
- /actions/guides/about-continuous-integration
1010
- /actions/automating-builds-and-tests/about-continuous-integration
1111
- /actions/about-github-actions/about-continuous-integration
12+
- /actions/about-github-actions/about-continuous-integration-with-github-actions
1213
versions:
1314
fpt: '*'
1415
ghes: '*'
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Overview of GitHub Actions
3+
shortTitle: Overview
4+
intro: "Learn the overarching concepts that apply to GitHub Actions as a whole."
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /about-continuous-deployment-with-github-actions
11+
- /about-continuous-integration-with-github-actions
12+
- /usage-limits-billing-and-administration
13+
---

0 commit comments

Comments
 (0)