1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge branch 'main' into copilot-enterprise-megabranch

This commit is contained in:
Jules
2024-02-27 12:28:32 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -63,7 +63,9 @@ You configure repository permissions for {% data variables.product.prodname_gith
{% note %}
**Note:** You can only reference repositories that belong to the same personal account or organization as the repository you are currently working in.
**Notes:**
- You can only reference repositories that belong to the same personal account or organization as the repository you are currently working in.
- You can use the `*` wildcard to grant permissions to multiple repositories in an organization. For example, to grant permissions to all repositories in the `my_org` organization use `my_org/*`. This syntax is only valid for codespaces. In any `devcontainer.json` files that are used for prebuilds, you must define permissions for each repository separately. For more information, see "[AUTOTITLE](/codespaces/prebuilding-your-codespaces/allowing-a-prebuild-to-access-other-repositories)."
{% endnote %}

View File

@@ -1 +1 @@
For example, this URL uses the shortened seven-character SHA codes to compare commits `f75c570` and `3391dcc`: `https://github.com/github-linguist/linguist/compare/f75c570..3391dcc`.
For example, this URL uses the shortened SHA codes to compare commits `f75c570` and `3391dcc`: `https://github.com/github-linguist/linguist/compare/f75c570..3391dcc`.