Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/moda/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -26,6 +27,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -37,6 +39,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -48,6 +51,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -59,6 +63,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -70,6 +75,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -81,6 +87,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -92,6 +99,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -103,6 +111,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -114,6 +123,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -125,6 +135,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand All @@ -136,6 +147,7 @@ environments:
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
Expand Down
6 changes: 3 additions & 3 deletions content/actions/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ learningTracks:
includeGuides:
- /actions/writing-workflows/quickstart
- /actions/about-github-actions/understanding-github-actions
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
- /actions/tutorials/creating-a-docker-container-action
- /actions/writing-workflows/using-workflow-templates
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
Expand All @@ -42,8 +42,8 @@ includeGuides:
- /actions/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
- /actions/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
- /actions/concepts/workflows-and-actions/about-custom-actions
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
- /actions/sharing-automations/creating-actions/creating-a-composite-action
- /actions/tutorials/creating-a-javascript-action
- /actions/tutorials/creating-a-composite-action
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ versions:
topics:
- Actions Runner Controller
children:
- /quickstart-for-actions-runner-controller
- /authenticating-to-the-github-api
- /deploying-runner-scale-sets-with-actions-runner-controller
- /using-actions-runner-controller-runners-in-a-workflow
Expand Down
1 change: 1 addition & 0 deletions content/actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ children:
- /migrating-to-github-actions
- /administering-github-actions
- /reference
- /tutorials
- /guides
---

3 changes: 0 additions & 3 deletions content/actions/sharing-automations/creating-actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ versions:
ghes: '*'
ghec: '*'
children:
- /creating-a-docker-container-action
- /creating-a-javascript-action
- /creating-a-composite-action
- /setting-exit-codes-for-actions
- /releasing-and-maintaining-actions
- /publishing-actions-in-github-marketplace
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Creating a composite action
shortTitle: Create a composite action
intro: 'In this guide, you''ll learn how to build a composite action.'
intro: 'In this tutorial, you''ll learn how to build a composite action.'
redirect_from:
- /actions/creating-actions/creating-a-composite-run-steps-action
- /actions/creating-actions/creating-a-composite-action
- /actions/sharing-automations/creating-actions/creating-a-composite-action
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: Creating a Docker container action
shortTitle: Create a Docker container action
intro: 'This guide shows you the minimal steps required to build a Docker container action. '
intro: 'In this tutorial, you''ll learn how to build a Docker container action.'
redirect_from:
- /articles/creating-a-docker-container-action
- /github/automating-your-workflow-with-github-actions/creating-a-docker-container-action
- /actions/automating-your-workflow-with-github-actions/creating-a-docker-container-action
- /actions/building-actions/creating-a-docker-container-action
- /actions/creating-actions/creating-a-docker-container-action
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: Creating a JavaScript action
shortTitle: Create a JavaScript action
intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.'
intro: 'In this tutorial, you''ll learn how to build a JavaScript action using the actions toolkit.'
redirect_from:
- /articles/creating-a-javascript-action
- /github/automating-your-workflow-with-github-actions/creating-a-javascript-action
- /actions/automating-your-workflow-with-github-actions/creating-a-javascript-action
- /actions/building-actions/creating-a-javascript-action
- /actions/creating-actions/creating-a-javascript-action
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Creating an example workflow
intro: Learn how to create a basic workflow that is triggered by a push event.
intro: 'In this tutorial, you''ll learn how to create a basic workflow that is triggered by a push event.'
versions:
fpt: '*'
ghes: '*'
Expand All @@ -11,6 +11,8 @@ topics:
- Workflows
shortTitle: Create an example workflow
layout: inline
redirect_from:
- /actions/use-cases-and-examples/creating-an-example-workflow
---

## Introduction
Expand Down
14 changes: 14 additions & 0 deletions content/actions/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Tutorials
intro: "Build skills and knowledge about GitHub Actions through hands-on activities."
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /creating-an-example-workflow
- /creating-a-docker-container-action
- /creating-a-javascript-action
- /creating-a-composite-action
- /quickstart-for-actions-runner-controller
---
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Quickstart for Actions Runner Controller
shortTitle: Quickstart
intro: 'Try out {% data variables.product.prodname_actions_runner_controller %} in 5 minutes.'
shortTitle: Actions Runner Controller
intro: 'In this tutorial, you''ll try out the basics of {% data variables.product.prodname_actions_runner_controller %}.'
versions:
fpt: '*'
ghec: '*'
Expand All @@ -10,6 +10,8 @@ type: quick_start
topics:
- Actions Runner Controller
defaultPlatform: linux
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller
---

[Legal notice](#legal-notice)
Expand Down
1 change: 0 additions & 1 deletion content/actions/use-cases-and-examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ redirect_from:
- /actions/deployment/deploying-to-your-cloud-provider
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure
children:
- creating-an-example-workflow
- building-and-testing
- deploying
- publishing-packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The following features are currently unavailable on {% data variables.enterprise
| {% data variables.product.prodname_copilot_short %} Metrics API | Currently unavailable | [AUTOTITLE](/rest/copilot/copilot-metrics) |
| {% data variables.copilot.copilot_coding_agent %} | Currently unavailable | [AUTOTITLE](/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot) |
| 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) |
| {% data variables.product.prodname_github_models %} | Currently unavailable | [AUTOTITLE](/github-models/about-github-models) |
| 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 %} | |

## Features that work differently
Expand Down
Loading
Loading