1
0
mirror of synced 2026-01-07 18:01:41 -05:00

Merge pull request #33403 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-06-07 13:30:32 -07:00
committed by GitHub
4 changed files with 11 additions and 9 deletions

View File

@@ -41,11 +41,6 @@
"permissions": {
"contents": "write"
}
},
"github/rest-api-description": {
"permissions": {
"contents": "read"
}
}
}
}
@@ -63,6 +58,9 @@
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm ci",
// Use 'updateContentCommand' to run commands to be included in Codespace pre-builds
"updateContentCommand": "git clone https://github.com/github/rest-api-description.git",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",

View File

@@ -11,8 +11,9 @@ children:
- /managing-policies-and-features-for-copilot-in-your-enterprise
- /enabling-copilot-for-organizations-in-your-enterprise
- /disabling-copilot-for-organizations-in-your-enterprise
- /viewing-your-github-copilot-usage
- /viewing-copilot-usage-for-your-enterprise
- /upgrading-copilot-for-your-enterprise
- /downgrading-copilot-for-your-enterprise
- /canceling-copilot-for-your-enterprise
---

View File

@@ -1,16 +1,16 @@
---
title: Viewing your GitHub Copilot usage
title: Viewing Copilot usage for your enterprise
intro: 'You can view how many users have access to {% data variables.product.prodname_copilot %} across {% ifversion fpt %}your organization{% else %} all the organizations in your enterprise{% endif %}.'
product: '{% data reusables.gated-features.copilot-billing %}'
permissions: '{% ifversion fpt %}Organization admins{% else %}Enterprise owners{% endif %} can view usage for {% data variables.product.prodname_copilot %} in their {% ifversion fpt %}organization{% else %}enterprise{% endif %}.'
versions:
feature: copilot
feature: copilot-enterprise
type: how_to
topics:
- Copilot
shortTitle: View usage
redirect_from:
- /billing/managing-billing-for-github-copilot/viewing-your-github-copilot-usage
- /copilot/managing-copilot/managing-copilot-for-your-enterprise/viewing-your-github-copilot-usage
---
{% ifversion enhanced-billing-platform %}

View File

@@ -9,6 +9,7 @@ topics:
- Copilot
redirect_from:
- /copilot/managing-github-copilot-in-your-organization/reviewing-usage-data-for-github-copilot-in-your-organization
- /billing/managing-billing-for-github-copilot/viewing-your-github-copilot-usage
---
## Reviewing usage data for {% data variables.product.prodname_copilot %} in your organization
@@ -36,6 +37,8 @@ You can use {% data variables.product.prodname_dotcom %}'s REST API to get detai
## Further reading
{% ifversion ghec%}
- "[AUTOTITLE](/copilot/managing-copilot/managing-copilot-for-your-enterprise/viewing-copilot-usage-for-your-enterprise)"{% endif %}
- [{% data variables.product.prodname_copilot %} Trust Center](https://resources.github.com/copilot-trust-center)
- "[AUTOTITLE](/copilot/managing-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization)."
- "[AUTOTITLE](/copilot/managing-github-copilot-in-your-organization/revoking-access-to-copilot-for-members-of-your-organization)"