From 9fdde55907e7d18bec4f76d81e97c1b0b2c19f3b Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Oct 2025 08:53:56 +0200 Subject: [PATCH 1/2] Update documentation to clarify searchable repositories in CCA issue assignment dialog (#57765) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: labudis <2659733+labudis@users.noreply.github.com> Co-authored-by: Tadas Labudis Co-authored-by: lukewar <7632110+lukewar@users.noreply.github.com> Co-authored-by: Lukasz Warchol Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com> --- .../how-tos/use-copilot-agents/coding-agent/create-a-pr.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md index 2b7a22e68889..4360d0e26273 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md @@ -80,8 +80,11 @@ You can assign an issue to {% data variables.product.prodname_copilot_short %}: 1. You can use the dropdown menus in the dialog to change the repository that {% data variables.product.prodname_copilot_short %} will work in and the branch that it will branch off from. - > [!NOTE] - > If you don't specify a repository, {% data variables.product.prodname_copilot_short %} will work in the same repository as the issue. If you don't specify a branch, {% data variables.product.prodname_copilot_short %} will work from the default branch of the selected repository. + All repositories where you have **at least** read access will be displayed in the repository dropdown menu. However, you can only select a repository if you have write access to it, **and** if {% data variables.copilot.copilot_coding_agent %} is enabled for that repository. + + If you select a repository in a different organization than the issue's source organization, or if you select a public repository when the issue is in a private repository, a warning will be displayed. + + If you don't specify a repository, {% data variables.product.prodname_copilot_short %} will work in the same repository as the issue. If you don't specify a branch, {% data variables.product.prodname_copilot_short %} will work from the default branch of the selected repository. > [!TIP] > When you assign an issue to {% data variables.product.prodname_copilot_short %}, it gets sent the issue title, description, any comments that currently exist, and any additional instructions you provide. After assigning the issue, {% data variables.product.prodname_copilot_short %} will not be aware of, and therefore won't react to, any further comments that are added to the issue. If you have more information, or changes to the original requirement, add this as a comment in the pull request that {% data variables.product.prodname_copilot_short %} raises. From 3a0eabb634ccdd2c753837383b4cea1cac22d8a5 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 00:16:28 -0700 Subject: [PATCH 2/2] Delete orphaned files (2025-10-13-16-29) (#57948) Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com> --- data/reusables/supported-languages/C.md | 1 - data/reusables/supported-languages/Cpp.md | 1 - data/reusables/supported-languages/Cs.md | 1 - data/reusables/supported-languages/go.md | 1 - data/reusables/supported-languages/java.md | 1 - data/reusables/supported-languages/javascript.md | 1 - data/reusables/supported-languages/kotlin.md | 3 --- data/reusables/supported-languages/php.md | 1 - .../supported-languages/products-table-header.md | 11 ----------- data/reusables/supported-languages/python.md | 1 - data/reusables/supported-languages/ruby.md | 1 - data/reusables/supported-languages/rust.md | 1 - data/reusables/supported-languages/scala.md | 1 - data/reusables/supported-languages/swift.md | 1 - data/reusables/supported-languages/typescript.md | 1 - 15 files changed, 27 deletions(-) delete mode 100644 data/reusables/supported-languages/C.md delete mode 100644 data/reusables/supported-languages/Cpp.md delete mode 100644 data/reusables/supported-languages/Cs.md delete mode 100644 data/reusables/supported-languages/go.md delete mode 100644 data/reusables/supported-languages/java.md delete mode 100644 data/reusables/supported-languages/javascript.md delete mode 100644 data/reusables/supported-languages/kotlin.md delete mode 100644 data/reusables/supported-languages/php.md delete mode 100644 data/reusables/supported-languages/products-table-header.md delete mode 100644 data/reusables/supported-languages/python.md delete mode 100644 data/reusables/supported-languages/ruby.md delete mode 100644 data/reusables/supported-languages/rust.md delete mode 100644 data/reusables/supported-languages/scala.md delete mode 100644 data/reusables/supported-languages/swift.md delete mode 100644 data/reusables/supported-languages/typescript.md diff --git a/data/reusables/supported-languages/C.md b/data/reusables/supported-languages/C.md deleted file mode 100644 index b34ec65f7024..000000000000 --- a/data/reusables/supported-languages/C.md +++ /dev/null @@ -1 +0,0 @@ -| C {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% endif %} diff --git a/data/reusables/supported-languages/Cpp.md b/data/reusables/supported-languages/Cpp.md deleted file mode 100644 index c07a4a1cfe05..000000000000 --- a/data/reusables/supported-languages/Cpp.md +++ /dev/null @@ -1 +0,0 @@ -| C++ {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% endif %} diff --git a/data/reusables/supported-languages/Cs.md b/data/reusables/supported-languages/Cs.md deleted file mode 100644 index 7333586dad33..000000000000 --- a/data/reusables/supported-languages/Cs.md +++ /dev/null @@ -1 +0,0 @@ -| C# {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
`dotnet` CLI | {% octicon "check" aria-label="Supported" %}
`dotnet` CLI | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
`dotnet` CLI |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
`dotnet` CLI | {% octicon "check" aria-label="Supported" %}
`dotnet` CLI | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
`dotnet` CLI |{% endif %} diff --git a/data/reusables/supported-languages/go.md b/data/reusables/supported-languages/go.md deleted file mode 100644 index f8f1f185958e..000000000000 --- a/data/reusables/supported-languages/go.md +++ /dev/null @@ -1 +0,0 @@ -| Go {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
Go modules | {% octicon "check" aria-label="Supported" %}
Go modules | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
Go modules | {% octicon "check" aria-label="Supported" %}
Go modules | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% endif %} diff --git a/data/reusables/supported-languages/java.md b/data/reusables/supported-languages/java.md deleted file mode 100644 index 62bc521cdfe2..000000000000 --- a/data/reusables/supported-languages/java.md +++ /dev/null @@ -1 +0,0 @@ -| Java {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
Maven, Gradle| {% octicon "check" aria-label="Supported" %}
Maven, Gradle | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
Maven, Gradle |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
Maven, Gradle | {% octicon "check" aria-label="Supported" %}
Maven, Gradle | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
Maven, Gradle |{% endif %} diff --git a/data/reusables/supported-languages/javascript.md b/data/reusables/supported-languages/javascript.md deleted file mode 100644 index a932c69aa758..000000000000 --- a/data/reusables/supported-languages/javascript.md +++ /dev/null @@ -1 +0,0 @@ -| JavaScript {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
npm, Yarn | {% octicon "check" aria-label="Supported" %}
npm | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
npm |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
npm, Yarn | {% octicon "check" aria-label="Supported" %}
npm | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
npm |{% endif %} diff --git a/data/reusables/supported-languages/kotlin.md b/data/reusables/supported-languages/kotlin.md deleted file mode 100644 index 08d893c47723..000000000000 --- a/data/reusables/supported-languages/kotlin.md +++ /dev/null @@ -1,3 +0,0 @@ -| {% ifversion kotlin-supported-language %} | -| Kotlin | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
Maven, Gradle| {% octicon "check" aria-label="Supported" %}
Maven, Gradle | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
Maven, Gradle | -| {% endif %} | diff --git a/data/reusables/supported-languages/php.md b/data/reusables/supported-languages/php.md deleted file mode 100644 index 74c5f624af2a..000000000000 --- a/data/reusables/supported-languages/php.md +++ /dev/null @@ -1 +0,0 @@ -| PHP {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
third-party [^1] | {% octicon "check" aria-label="Supported" %}
Composer | {% octicon "check" aria-label="Supported" %}
Composer | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %}
third-party [^1] | {% octicon "check" aria-label="Supported" %}
Composer | {% octicon "check" aria-label="Supported" %}
Composer | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% endif %} diff --git a/data/reusables/supported-languages/products-table-header.md b/data/reusables/supported-languages/products-table-header.md deleted file mode 100644 index e3b941729edf..000000000000 --- a/data/reusables/supported-languages/products-table-header.md +++ /dev/null @@ -1,11 +0,0 @@ -{% ifversion fpt or ghec -%} - -| Language | [GitHub Copilot](/copilot/about-github-copilot/what-is-github-copilot) | [Code navigation](/repositories/working-with-files/using-files/navigating-code-on-github) | [{% data variables.product.prodname_code_scanning_caps %}](/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning) | [Dependency graph, {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/understanding-your-software-supply-chain/dependency-graph-supported-package-ecosystems#supported-package-ecosystems) | [{% data variables.product.prodname_dependabot_version_updates %}, {% data variables.product.prodname_dependabot_security_updates %}](/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates#supported-repositories-and-ecosystems) | [{% data variables.product.prodname_actions %}](/actions/automating-builds-and-tests/about-continuous-integration#supported-languages) | [{% data variables.product.prodname_registry %}](/packages/learn-github-packages/introduction-to-github-packages#supported-clients-and-formats) | -| :-- | :-: | :-: | :-: | :-: | :-: | :-: | :-: | - -{%- else -%} - -| Language | [{% data variables.product.prodname_code_scanning_caps %}](/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning) | [Dependency graph, {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/understanding-your-software-supply-chain/dependency-graph-supported-package-ecosystems#supported-package-ecosystems) | [{% data variables.product.prodname_dependabot_version_updates %}, {% data variables.product.prodname_dependabot_security_updates %}](/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates#supported-repositories-and-ecosystems) | [{% data variables.product.prodname_actions %}](/actions/automating-builds-and-tests/about-continuous-integration#supported-languages) | [{% data variables.product.prodname_registry %}](/packages/learn-github-packages/introduction-to-github-packages#supported-clients-and-formats) | -| :-- | :-: | :-: | :-: | :-: | :-: | - -{%- endif %} diff --git a/data/reusables/supported-languages/python.md b/data/reusables/supported-languages/python.md deleted file mode 100644 index 4b798684288f..000000000000 --- a/data/reusables/supported-languages/python.md +++ /dev/null @@ -1 +0,0 @@ -| Python {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
pip | {% octicon "check" aria-label="Supported" %}
pip | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
pip | {% octicon "check" aria-label="Supported" %}
pip | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% endif %} diff --git a/data/reusables/supported-languages/ruby.md b/data/reusables/supported-languages/ruby.md deleted file mode 100644 index 571409337184..000000000000 --- a/data/reusables/supported-languages/ruby.md +++ /dev/null @@ -1 +0,0 @@ -| Ruby {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %}| {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems |{% endif %} diff --git a/data/reusables/supported-languages/rust.md b/data/reusables/supported-languages/rust.md deleted file mode 100644 index f880c759dd57..000000000000 --- a/data/reusables/supported-languages/rust.md +++ /dev/null @@ -1 +0,0 @@ -| Rust {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% ifversion codeql-rust-available %} {% octicon "check" aria-label="Supported" %} {% else ifversion codeql-rust-public-preview %} {% octicon "check" aria-label="Supported" %}
(Public preview) {% else %}{% octicon "check" aria-label="Supported" %}
third-party [^1] {% endif %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% elsif ghes %} | {% octicon "check" aria-label="Supported" %}
third-party [^1] | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% endif %} diff --git a/data/reusables/supported-languages/scala.md b/data/reusables/supported-languages/scala.md deleted file mode 100644 index 6ddbd8506d4b..000000000000 --- a/data/reusables/supported-languages/scala.md +++ /dev/null @@ -1 +0,0 @@ -| Scala {% ifversion fpt or ghec %}| {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} | {% octicon "check" aria-label="Supported" %}
third-party [^1] | {% octicon "check" aria-label="Supported" %}
Maven | {% octicon "check" aria-label="Supported" %}
Maven, Gradle | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% elsif ghes %}| {% octicon "check" aria-label="Supported" %}
third-party [^1] | {% octicon "check" aria-label="Supported" %}
Maven, Gradle | {% octicon "check" aria-label="Supported" %}
Maven, Gradle | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Unsupported" %} |{% endif %} diff --git a/data/reusables/supported-languages/swift.md b/data/reusables/supported-languages/swift.md deleted file mode 100644 index 1e36d67c51d3..000000000000 --- a/data/reusables/supported-languages/swift.md +++ /dev/null @@ -1 +0,0 @@ -| Swift | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}
Swift Package Manager | diff --git a/data/reusables/supported-languages/typescript.md b/data/reusables/supported-languages/typescript.md deleted file mode 100644 index 8e2cd1ff6afe..000000000000 --- a/data/reusables/supported-languages/typescript.md +++ /dev/null @@ -1 +0,0 @@ -| TypeScript {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn | {% octicon "check" aria-label="The check icon" %}
npm | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn | {% octicon "check" aria-label="The check icon" %}
npm | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% endif %}