Skip to content

Commit b342926

Browse files
Copilotsubatoi
andauthored
Remove topics frontmatter from content/actions (#59979)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com>
1 parent 5afeb4c commit b342926

File tree

116 files changed

+0
-373
lines changed

Some content is hidden

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

116 files changed

+0
-373
lines changed

content/actions/concepts/billing-and-usage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ versions:
1111
fpt: '*'
1212
ghes: '*'
1313
ghec: '*'
14-
topics:
15-
- Billing
1614
---
1715

1816
## About billing for {% data variables.product.prodname_actions %}

content/actions/concepts/runners/actions-runner-controller.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ versions:
55
fpt: '*'
66
ghec: '*'
77
ghes: '*'
8-
topics:
9-
- Actions Runner Controller
108
redirect_from:
119
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller
1210
- /actions/concepts/runners/about-actions-runner-controller

content/actions/concepts/runners/private-networking.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
9-
topics:
10-
- Actions
11-
- Action development
12-
- Azure Virtual Network
13-
- Administrator
14-
- Developer
15-
- CI
16-
- CD
179
redirect_from:
1810
- /actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners
1911
- /actions/concepts/runners/about-private-networking-with-github-hosted-runners

content/actions/concepts/runners/runner-scale-sets.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ versions:
66
fpt: '*'
77
ghec: '*'
88
ghes: '*'
9-
topics:
10-
- Actions Runner Controller
119
redirect_from:
1210
- /actions/concepts/runners/about-runner-scale-sets
1311
---

content/actions/concepts/runners/self-hosted-runners.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ versions:
1313
ghes: '*'
1414
ghec: '*'
1515
contentType: concepts
16-
topics:
17-
- CI
18-
- CD
1916
---
2017

2118
A self-hosted runner is a system that you deploy and manage to execute jobs from {% data variables.product.prodname_actions %} on {% data variables.product.github %}.

content/actions/concepts/runners/support-for-arc.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ versions:
66
fpt: '*'
77
ghec: '*'
88
ghes: '*'
9-
topics:
10-
- Actions Runner Controller
11-
- Support
129
redirect_from:
1310
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-support-for-actions-runner-controller
1411
- /actions/concepts/runners/about-support-for-actions-runner-controller

content/actions/concepts/security/artifact-attestations.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Artifact attestations
33
intro: 'Understand the usage and security benefits of artifact attestations.'
4-
topics:
5-
- Actions
6-
- Security
74
versions:
85
fpt: '*'
96
ghec: '*'

content/actions/concepts/security/openid-connect.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ versions:
66
ghec: '*'
77
ghes: '*'
88
type: tutorial
9-
topics:
10-
- Security
119
redirect_from:
1210
- /actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect
1311
- /actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect

content/actions/concepts/workflows-and-actions/concurrency.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ versions:
66
ghes: '*'
77
ghec: '*'
88
type: overview
9-
topics:
10-
- Actions
11-
- Workflows
129
---
1310

1411
By default, {% data variables.product.prodname_actions %} allows multiple jobs within the same workflow, multiple workflow runs within the same repository, and multiple workflow runs across a repository owner's account to run concurrently. This means that multiple instances of the same workflow or job can run at the same time, performing the same steps.

content/actions/concepts/workflows-and-actions/contexts.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ versions:
66
ghes: '*'
77
ghec: '*'
88
type: overview
9-
topics:
10-
- Actions
11-
- Workflows
129
---
1310

1411
## About contexts

0 commit comments

Comments
 (0)