https://github.com/austenstone/copilot-usage-template
Quickly create copilot usage reports for your GitHub instance
https://github.com/austenstone/copilot-usage-template
github repository-pattern
Last synced: about 1 month ago
JSON representation
Quickly create copilot usage reports for your GitHub instance
- Host: GitHub
- URL: https://github.com/austenstone/copilot-usage-template
- Owner: austenstone
- Created: 2024-08-30T16:37:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T14:46:05.000Z (about 1 year ago)
- Last Synced: 2025-09-16T08:57:21.983Z (10 months ago)
- Topics: github, repository-pattern
- Homepage: https://github.com/austenstone/copilot-usage
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copilot Usage Report
## Getting Started
1. [Create repository](https://github.com/new?template_name=copilot-usage-template&template_owner=austenstone&name=copilot-usage-report&description=Generates%20usage%20reports%20for%20GitHub%20Copilot)
2. [Create secret](../../settings/secrets/actions/new)
- Name: TOKEN
- Secret: [Create PAT(Personal Access Token)](https://github.com/settings/tokens/new?scopes=admin:org&description=copilot-usage-report) (consider expiration date)
3. [Run workflow](../../actions/workflows/copilot-usage.yml)
> [!TIP]
> Change [Artifact and log retention](../../settings/actions#retention-header) setting to keep your reports longer than 90 days.
https://github.com/user-attachments/assets/dbc8e799-7c9a-4a21-8eea-34fdcabbf2aa
## Viewing Report
This will run every night and produce a report. View the reports [here](../../actions/workflows/copilot-usage.yml).
## Links
* [Source repository](https://github.com/austenstone/copilot-usage)
* [Report an issue](https://github.com/austenstone/copilot-usage/issues/new?template=Blank+issue)
* [Options](https://github.com/austenstone/copilot-usage/blob/main/action.yml#L8-L52)
* [REST API](https://docs.github.com/en/rest/copilot/copilot-usage)