Skip to content

Commit a1d8c43

Browse files
authored
Merge pull request #39589 from github/repo-sync
Repo sync
2 parents 86eab6f + 9d19b46 commit a1d8c43

File tree

13 files changed

+1249
-17
lines changed

13 files changed

+1249
-17
lines changed

content/admin/backing-up-and-restoring-your-instance/backup-service-for-github-enterprise-server/configuring-the-backup-service.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,29 @@ If you're using a dedicated block device as your backup target, you need to init
6262
6363
>[!WARNING] This command will permanently erase all data on the specified device. Double-check the device name and back up any important data before proceeding.
6464
65+
{% ifversion ghes > 3.17 %}
66+
67+
```shell
68+
ghe-storage-init-backup /dev/YOUR_DEVICE_NAME
69+
```
70+
71+
{% else %}
72+
6573
```shell
6674
/usr/local/share/enterprise/ghe-storage-init-backup /dev/YOUR_DEVICE_NAME
6775
```
6876
77+
{% endif %}
78+
6979
This command:
7080
* Formats the device (erases all data).
7181
* Prepares it for use by the backup service.
7282
* Sets it to mount automatically at `/data/backup` on boot.
7383
84+
{% ifversion ghes = 3.17 %}
85+
From {% data variables.product.prodname_ghe_server %} 3.17.4 onward, the script is installed in PATH so you can run it directly using: `ghe-storage-init-backup /dev/YOUR_DEVICE_NAME`.
86+
{% endif %}
87+
7488
#### Reusing a previously initialized disk
7589
7690
If the device was already initialized using `ghe-storage-init-backup`, you can reuse it without reformatting:

content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ Your `copilot-setup-steps.yml` file will automatically be run as a normal {% dat
9999

100100
Once you have merged the yml file into your default branch, you can manually run the workflow from the repository's **Actions** tab at any time to check that everything works as expected. For more information, see [AUTOTITLE](/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow).
101101

102+
When {% data variables.product.prodname_copilot_short %} starts work, your setup steps will be run, and updates will show in the session logs. See [AUTOTITLE](/copilot/how-tos/agents/copilot-coding-agent/tracking-copilots-sessions).
103+
104+
If any setup step fails by returning a non-zero exit code, {% data variables.product.prodname_copilot_short %} will skip the remaining setup steps and begin working with the current state of its development environment.
105+
102106
## Setting environment variables in {% data variables.product.prodname_copilot_short %}'s environment
103107

104108
You may want to set environment variables in {% data variables.product.prodname_copilot_short %}'s environment to configure or authenticate tools or dependencies that it has access to.

content/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ If {% data variables.product.prodname_copilot_short %} starts a new agent sessio
4848
> [!TIP]
4949
> If you don't want {% data variables.product.prodname_copilot_short %} to respond to comments on a pull request, you can unassign {% data variables.product.prodname_copilot_short %} from the pull request. If you later reassign {% data variables.product.prodname_copilot_short %} to the same pull request it will respond to new comments and push more changes. It will not respond to comments that were added while it was not assigned.
5050
51+
As {% data variables.product.prodname_copilot_short %} makes changes to the pull request, it will keep the title and body up to date so they reflect the current changes.
52+
5153
For more information, see the section "Use comments to iterate on a pull request" in [AUTOTITLE](/copilot/tutorials/coding-agent/best-practices#using-comments-to-iterate-on-a-pull-request).
5254

5355
## Managing {% data variables.product.prodname_actions %} workflow runs

content/copilot/tutorials/coding-agent/get-the-best-results.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Working with {% data variables.product.prodname_copilot_short %} on a pull reque
6767
> [!NOTE]
6868
> {% data reusables.copilot.coding-agent.write-access-required %}
6969
70+
As {% data variables.product.prodname_copilot_short %} makes changes to the pull request, it will keep the title and body up to date so they reflect the current changes.
71+
7072
## Adding custom instructions to your repository
7173

7274
By adding custom instructions to your repository, you can guide {% data variables.product.prodname_copilot_short %} on how to understand your project and how to build, test and validate its changes.

package-lock.json

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
"chalk": "^5.0.1",
372372
"change-case": "^5.4.4",
373373
"commander": "^14.0.0",
374-
"cross-env": "^7.0.3",
374+
"cross-env": "^10.0.0",
375375
"csp-parse": "0.0.2",
376376
"csv-parse": "6.1.0",
377377
"eslint": "^8.57.1",

src/graphql/data/fpt/changelog.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Type <code>AddBlockedByInput</code> was added</p>",
8+
"<p>Type <code>AddBlockedByPayload</code> was added</p>",
9+
"<p>Type <code>IssueDependenciesSummary</code> was added</p>",
10+
"<p>Type <code>IssueDependencyOrder</code> was added</p>",
11+
"<p>Type <code>IssueDependencyOrderField</code> was added</p>",
12+
"<p>Type <code>RemoveBlockedByInput</code> was added</p>",
13+
"<p>Type <code>RemoveBlockedByPayload</code> was added</p>",
14+
"<p>Field <code>blockedBy</code> was added to object type <code>Issue</code></p>",
15+
"<p>Field <code>blocking</code> was added to object type <code>Issue</code></p>",
16+
"<p>Field <code>issueDependenciesSummary</code> was added to object type <code>Issue</code></p>",
17+
"<p>Enum value 'BLOCKED_BY_ADDED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
18+
"<p>Field <code>addBlockedBy</code> was added to object type <code>Mutation</code></p>",
19+
"<p>Field <code>removeBlockedBy</code> was added to object type <code>Mutation</code></p>",
20+
"<p>Enum value 'BLOCKED_BY_ADDED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>"
21+
]
22+
}
23+
],
24+
"previewChanges": [],
25+
"upcomingChanges": [],
26+
"date": "2025-07-30"
27+
},
228
{
329
"schemaChanges": [
430
{

0 commit comments

Comments
 (0)