Skip to content

Commit 6064e72

Browse files
authored
Merge pull request #39049 from github/repo-sync
Repo sync
2 parents 65b5060 + c1c31fa commit 6064e72

File tree

66 files changed

+385
-94
lines changed

Some content is hidden

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

66 files changed

+385
-94
lines changed

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/guides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ learningTracks:
1616
includeGuides:
1717
- /actions/writing-workflows/quickstart
1818
- /actions/about-github-actions/understanding-github-actions
19-
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
19+
- /actions/tutorials/creating-a-docker-container-action
2020
- /actions/writing-workflows/using-workflow-templates
2121
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
2222
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
@@ -42,8 +42,8 @@ includeGuides:
4242
- /actions/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
4343
- /actions/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
4444
- /actions/concepts/workflows-and-actions/about-custom-actions
45-
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
46-
- /actions/sharing-automations/creating-actions/creating-a-composite-action
45+
- /actions/tutorials/creating-a-javascript-action
46+
- /actions/tutorials/creating-a-composite-action
4747
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
4848
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
4949
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ versions:
99
topics:
1010
- Actions Runner Controller
1111
children:
12-
- /quickstart-for-actions-runner-controller
1312
- /authenticating-to-the-github-api
1413
- /deploying-runner-scale-sets-with-actions-runner-controller
1514
- /using-actions-runner-controller-runners-in-a-workflow

content/actions/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ children:
4949
- /migrating-to-github-actions
5050
- /administering-github-actions
5151
- /reference
52+
- /tutorials
5253
- /guides
5354
---
5455

content/actions/sharing-automations/creating-actions/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ versions:
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /creating-a-docker-container-action
11-
- /creating-a-javascript-action
12-
- /creating-a-composite-action
1310
- /setting-exit-codes-for-actions
1411
- /releasing-and-maintaining-actions
1512
- /publishing-actions-in-github-marketplace
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Creating a composite action
33
shortTitle: Create a composite action
4-
intro: 'In this guide, you''ll learn how to build a composite action.'
4+
intro: 'In this tutorial, you''ll learn how to build a composite action.'
55
redirect_from:
66
- /actions/creating-actions/creating-a-composite-run-steps-action
77
- /actions/creating-actions/creating-a-composite-action
8+
- /actions/sharing-automations/creating-actions/creating-a-composite-action
89
versions:
910
fpt: '*'
1011
ghes: '*'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: Creating a Docker container action
33
shortTitle: Create a Docker container action
4-
intro: 'This guide shows you the minimal steps required to build a Docker container action. '
4+
intro: 'In this tutorial, you''ll learn how to build a Docker container action.'
55
redirect_from:
66
- /articles/creating-a-docker-container-action
77
- /github/automating-your-workflow-with-github-actions/creating-a-docker-container-action
88
- /actions/automating-your-workflow-with-github-actions/creating-a-docker-container-action
99
- /actions/building-actions/creating-a-docker-container-action
1010
- /actions/creating-actions/creating-a-docker-container-action
11+
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
1112
versions:
1213
fpt: '*'
1314
ghes: '*'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: Creating a JavaScript action
33
shortTitle: Create a JavaScript action
4-
intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.'
4+
intro: 'In this tutorial, you''ll learn how to build a JavaScript action using the actions toolkit.'
55
redirect_from:
66
- /articles/creating-a-javascript-action
77
- /github/automating-your-workflow-with-github-actions/creating-a-javascript-action
88
- /actions/automating-your-workflow-with-github-actions/creating-a-javascript-action
99
- /actions/building-actions/creating-a-javascript-action
1010
- /actions/creating-actions/creating-a-javascript-action
11+
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
1112
versions:
1213
fpt: '*'
1314
ghes: '*'

content/actions/use-cases-and-examples/creating-an-example-workflow.md renamed to content/actions/tutorials/creating-an-example-workflow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating an example workflow
3-
intro: Learn how to create a basic workflow that is triggered by a push event.
3+
intro: 'In this tutorial, you''ll learn how to create a basic workflow that is triggered by a push event.'
44
versions:
55
fpt: '*'
66
ghes: '*'
@@ -11,6 +11,8 @@ topics:
1111
- Workflows
1212
shortTitle: Create an example workflow
1313
layout: inline
14+
redirect_from:
15+
- /actions/use-cases-and-examples/creating-an-example-workflow
1416
---
1517

1618
## Introduction

content/actions/tutorials/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Tutorials
3+
intro: "Build skills and knowledge about GitHub Actions through hands-on activities."
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
children:
9+
- /creating-an-example-workflow
10+
- /creating-a-docker-container-action
11+
- /creating-a-javascript-action
12+
- /creating-a-composite-action
13+
- /quickstart-for-actions-runner-controller
14+
---
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart for Actions Runner Controller
3-
shortTitle: Quickstart
4-
intro: 'Try out {% data variables.product.prodname_actions_runner_controller %} in 5 minutes.'
3+
shortTitle: Actions Runner Controller
4+
intro: 'In this tutorial, you''ll try out the basics of {% data variables.product.prodname_actions_runner_controller %}.'
55
versions:
66
fpt: '*'
77
ghec: '*'
@@ -10,6 +10,8 @@ type: quick_start
1010
topics:
1111
- Actions Runner Controller
1212
defaultPlatform: linux
13+
redirect_from:
14+
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller
1315
---
1416

1517
[Legal notice](#legal-notice)

content/actions/use-cases-and-examples/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ redirect_from:
1212
- /actions/deployment/deploying-to-your-cloud-provider
1313
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure
1414
children:
15-
- creating-an-example-workflow
1615
- building-and-testing
1716
- deploying
1817
- publishing-packages

content/admin/data-residency/feature-overview-for-github-enterprise-cloud-with-data-residency.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The following features are currently unavailable on {% data variables.enterprise
3030
| {% data variables.product.prodname_copilot_short %} Metrics API | Currently unavailable | [AUTOTITLE](/rest/copilot/copilot-metrics) |
3131
| {% data variables.copilot.copilot_coding_agent %} | Currently unavailable | [AUTOTITLE](/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot) |
3232
| Restricting {% data variables.product.prodname_actions %} policies to verified creators | Currently unavailable | [AUTOTITLE](/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#allow-enterprise-and-select-non-enterprise-actions-and-reusable-workflows) |
33+
| {% data variables.product.prodname_github_models %} | Currently unavailable | [AUTOTITLE](/github-models/about-github-models) |
3334
| Some features currently in {% data variables.release-phases.public_preview %} or {% data variables.release-phases.private_preview %} | Certain features that are in a preview phase on {% data variables.product.prodname_dotcom_the_website %} may not be available on {% data variables.enterprise.data_residency_site %} | |
3435

3536
## Features that work differently

0 commit comments

Comments
 (0)