Skip to content

Commit 9c86784

Browse files
Merge branch 'main' into rust
2 parents d727829 + 2e938af commit 9c86784

File tree

58 files changed

+1462
-317
lines changed

Some content is hidden

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

58 files changed

+1462
-317
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Docs changelog
22

3+
**16 July 2025**
4+
5+
We've added documentation describing how to use the GraphQL API to create a new issue and, in the same request, assign the issue to Copilot coding agent.
6+
7+
See: [Using Copilot to work on an issue](https://docs.github.com/copilot/how-tos/agents/copilot-coding-agent/using-copilot-to-work-on-an-issue#assigning-an-issue-to-copilot-via-the-github-api).
8+
9+
<hr>
10+
11+
**16 July 2025**
12+
13+
We've updated the Copilot documentation to coincide with the release of an improved user interface for configuring the firewall for Copilot coding agent.
14+
15+
See: [Customizing or disabling the firewall for Copilot coding agent](https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent/customizing-or-disabling-the-firewall-for-copilot-coding-agent).
16+
17+
<hr>
18+
19+
**16 July 2025**
20+
21+
We've updated the Copilot docs to coincide with the release of issue form support for Copilot Chat. When you use Copilot Chat to create an issue, an issue form will be used if there's an appropriate one in the repo. Previously only issue templates were supported.
22+
23+
See [Using GitHub Copilot to create issues](https://docs.github.com/copilot/how-tos/github-flow/using-github-copilot-to-create-issues).
24+
25+
<hr>
26+
327
**30 June 2025**
428

529
Many enterprise customers want to measure the downstream impact of Copilot on their company, looking beyond leading metrics like adoption and usage.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ redirect_from:
1313
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller
1414
---
1515

16-
[Legal notice](#legal-notice)
17-
1816
## About {% data variables.product.prodname_actions_runner_controller %}
1917

2018
{% data reusables.actions.actions-runner-controller-about-arc %}

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ topics:
1212
- Actions Runner Controller
1313
---
1414

15-
[Legal notice](#legal-notice)
16-
1715
## About runner scale sets
1816

1917
A runner scale set is a group of homogeneous runners that can be assigned jobs from {% data variables.product.prodname_actions %}. The number of active runners owned by a runner scale set can be controlled by auto-scaling runner solutions such as {% data variables.product.prodname_actions_runner_controller %} (ARC).

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ versions:
99
children:
1010
- /viewing-github-actions-metrics
1111
- /making-retired-namespaces-available-on-ghecom
12-
- /managing-custom-actions
1312
redirect_from:
1413
- /actions/administering-github-actions
1514
---

content/actions/how-tos/sharing-automations/creating-actions/developing-a-third-party-cli-action.md renamed to content/actions/how-tos/creating-and-publishing-actions/creating-a-third-party-cli-action.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Developing a third party CLI action
3-
shortTitle: CLI setup action
2+
title: Creating a third party CLI action
3+
shortTitle: Create a CLI action
44
intro: 'Learn how to develop an action to set up a CLI on {% data variables.product.prodname_actions %} runners.'
55
redirect_from:
66
- /actions/creating-actions/developing-a-third-party-cli-action
77
- /actions/sharing-automations/creating-actions/developing-a-third-party-cli-action
8+
- /actions/how-tos/sharing-automations/creating-actions/developing-a-third-party-cli-action
89
versions:
910
fpt: '*'
1011
ghec: '*'
11-
type: tutorial
1212
topics:
1313
- Actions
1414
---
@@ -29,7 +29,7 @@ This article will demonstrate how to write an action that retrieves a specific v
2929

3030
## Prerequisites
3131

32-
You should have an understanding of how to write a custom action. For more information, see [AUTOTITLE](/actions/creating-actions/about-custom-actions). For a more detailed guide on how to write a custom action, see [AUTOTITLE](/actions/creating-actions/creating-a-javascript-action).
32+
You should have an understanding of how to write a custom action. For more information, see [AUTOTITLE](/actions/how-tos/creating-and-publishing-actions/managing-custom-actions).
3333

3434
## Example
3535

content/actions/how-tos/sharing-automations/creating-actions/index.md renamed to content/actions/how-tos/creating-and-publishing-actions/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Creating actions
3-
shortTitle: Create actions
2+
title: Creating and publishing actions
3+
shortTitle: Create and publish actions
44
intro: 'You can create your own actions, use and customize actions shared by the {% data variables.product.prodname_dotcom %} community, or write and share the actions you build.'
55
versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
9+
redirect_from:
10+
- /actions/sharing-automations/creating-actions
11+
- /actions/how-tos/sharing-automations/creating-actions
912
children:
13+
- /managing-custom-actions
14+
- /creating-a-third-party-cli-action
1015
- /setting-exit-codes-for-actions
11-
- /releasing-and-maintaining-actions
1216
- /publishing-actions-in-github-marketplace
13-
- /developing-a-third-party-cli-action
14-
redirect_from:
15-
- /actions/sharing-automations/creating-actions
17+
- /releasing-and-maintaining-actions
1618
---
17-
18-
{% data reusables.actions.enterprise-github-hosted-runners %}

content/actions/how-tos/administering-github-actions/managing-custom-actions.md renamed to content/actions/how-tos/creating-and-publishing-actions/managing-custom-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Managing custom actions
3+
shortTitle: Manage custom actions
34
intro: 'Learn how to create and manage your own actions, and customize actions shared by the {% data variables.product.prodname_dotcom %} community.'
45
versions:
56
fpt: '*'
@@ -9,6 +10,8 @@ type: overview
910
topics:
1011
- Action development
1112
- Fundamentals
13+
redirect_from:
14+
- /actions/how-tos/administering-github-actions/managing-custom-actions
1215
---
1316

1417
## Choosing a location for your action

content/actions/how-tos/sharing-automations/creating-actions/publishing-actions-in-github-marketplace.md renamed to content/actions/how-tos/creating-and-publishing-actions/publishing-actions-in-github-marketplace.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ redirect_from:
77
- /actions/building-actions/publishing-actions-in-github-marketplace
88
- /actions/creating-actions/publishing-actions-in-github-marketplace
99
- /actions/sharing-automations/creating-actions/publishing-actions-in-github-marketplace
10+
- /actions/how-tos/sharing-automations/creating-actions/publishing-actions-in-github-marketplace
1011
versions:
1112
fpt: '*'
1213
ghec: '*'
13-
type: how_to
1414
shortTitle: Publish in GitHub Marketplace
1515
---
1616

17-
You must accept the terms of service to publish actions in {% data variables.product.prodname_marketplace %}.
17+
## Prerequisites
1818

19-
## About publishing actions
19+
>[!NOTE]
20+
> You must accept the terms of service to publish actions in {% data variables.product.prodname_marketplace %}.
2021
2122
Before you can publish an action, you'll need to create an action in your repository. For more information, see [AUTOTITLE](/actions/creating-actions).
2223

content/actions/how-tos/sharing-automations/creating-actions/releasing-and-maintaining-actions.md renamed to content/actions/how-tos/creating-and-publishing-actions/releasing-and-maintaining-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Releasing and maintaining actions
33
shortTitle: Release and maintain actions
44
intro: You can leverage automation and open source best practices to release and maintain actions.
5-
type: tutorial
65
topics:
76
- Action development
87
- Actions
@@ -14,6 +13,7 @@ versions:
1413
redirect_from:
1514
- /actions/creating-actions/releasing-and-maintaining-actions
1615
- /actions/sharing-automations/creating-actions/releasing-and-maintaining-actions
16+
- /actions/how-tos/sharing-automations/creating-actions/releasing-and-maintaining-actions
1717
---
1818

1919
{% data reusables.actions.enterprise-github-hosted-runners %}

content/actions/how-tos/sharing-automations/creating-actions/setting-exit-codes-for-actions.md renamed to content/actions/how-tos/creating-and-publishing-actions/setting-exit-codes-for-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ redirect_from:
66
- /actions/building-actions/setting-exit-codes-for-actions
77
- /actions/creating-actions/setting-exit-codes-for-actions
88
- /actions/sharing-automations/creating-actions/setting-exit-codes-for-actions
9+
- /actions/how-tos/sharing-automations/creating-actions/setting-exit-codes-for-actions
910
versions:
1011
fpt: '*'
1112
ghes: '*'
1213
ghec: '*'
13-
type: how_to
1414
---
1515

1616
{% data reusables.actions.enterprise-github-hosted-runners %}

0 commit comments

Comments
 (0)