From dd6e7d993005f9fb43c18c95b9ab99577f662b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:14:18 -0700 Subject: [PATCH 1/2] Bump github/gh-base-image/gh-base-noble from 20251003-000207-g33acdaa18 to 20251006-204801-gaa06a8885 in the baseimages group (#57822) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58a5d58bed77..db8aeb7097e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # --------------------------------------------------------------- # To update the sha: # https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble -FROM ghcr.io/github/gh-base-image/gh-base-noble:20251003-000207-g33acdaa18 AS base +FROM ghcr.io/github/gh-base-image/gh-base-noble:20251006-204801-gaa06a8885 AS base # Install curl for Node install and determining the early access branch # Install git for cloning docs-early-access & translations repos From 2b8d935ad2016c393cb12dfa3a41f0b122fdf2ca Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Tue, 7 Oct 2025 07:09:27 +0100 Subject: [PATCH 2/2] GitHub - fix capitalization issue and replace various instances with relevant variable (#57808) --- content/copilot/concepts/agents/about-copilot-cli.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/copilot/concepts/agents/about-copilot-cli.md b/content/copilot/concepts/agents/about-copilot-cli.md index 227661e2d234..ab05afb4f899 100644 --- a/content/copilot/concepts/agents/about-copilot-cli.md +++ b/content/copilot/concepts/agents/about-copilot-cli.md @@ -93,7 +93,7 @@ The following sections provide examples of tasks you can complete with {% data v * `List my open PRs` - This lists your open pull requests from any repository on GitHub. For more specific results, include the repository name in your prompt: + This lists your open pull requests from any repository on {% data variables.product.github %}. For more specific results, include the repository name in your prompt: * `List all open issues assigned to me in OWNER/REPO` @@ -103,11 +103,11 @@ The following sections provide examples of tasks you can complete with {% data v * Ask {% data variables.product.prodname_copilot_short %} to make file changes and raise a pull request on {% data variables.product.prodname_dotcom_the_website %}. - * `In the root of this repo, add a Node script called user-info.js that outputs information about the user who ran the script. Create a pull request to add this file to the repo on GitHub.` + * `In the root of this repo, add a Node script called user-info.js that outputs information about the user who ran the script. Create a pull request to add this file to the repo on {% data variables.product.github %}.` * `Create a PR that updates the README at https://github.com/octo-org/octo-repo, changing the subheading "How to run" to "Example usage"` - Copilot creates a pull request on github.com, on your behalf. You are marked as the pull request author. + Copilot creates a pull request on {% data variables.product.prodname_dotcom_the_website %}, on your behalf. You are marked as the pull request author. * Ask {% data variables.product.prodname_copilot_short %} to create an issue for you on {% data variables.product.prodname_dotcom_the_website %}. @@ -127,7 +127,7 @@ The following sections provide examples of tasks you can complete with {% data v * Find specific types of issues. - `Use the Github MCP server to find good first issues for a new team member to work on from octo-org/octo-repo` + `Use the {% data variables.product.github %} MCP server to find good first issues for a new team member to work on from octo-org/octo-repo` > [!NOTE] > If you know that a specific MCP server can achieve a particular task, then specifying it in your prompt can help {% data variables.product.prodname_copilot_short %} to deliver the results you want. @@ -138,7 +138,7 @@ The following sections provide examples of tasks you can complete with {% data v * Create a {% data variables.product.prodname_actions %} workflow. - `Branch off from main and create a github actions workflow that will run on pull requests, or can be run manually. The workflow should run eslint to check for problems in the changes made in the PR. If warnings or errors are found these should be shown as messages in the diff view of the PR. I want to prevent code with errors from being merged into main so, if any errors are found, the workflow should cause the PR check to fail. Push the new branch and create a pull request.` + `Branch off from main and create a {% data variables.product.prodname_actions %} workflow that will run on pull requests, or can be run manually. The workflow should run eslint to check for problems in the changes made in the PR. If warnings or errors are found these should be shown as messages in the diff view of the PR. I want to prevent code with errors from being merged into main so, if any errors are found, the workflow should cause the PR check to fail. Push the new branch and create a pull request.` ## Security considerations