Skip to content

Commit 19a6579

Browse files
authored
Merge branch 'main' into copilot/fix-21
2 parents 1bb4ff7 + 7d54bfa commit 19a6579

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

.github/workflows/tag-rajbos.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Tag rajbos on new issues and PRs
3+
4+
on:
5+
issues:
6+
types: [opened]
7+
pull_request:
8+
types: [opened]
9+
10+
jobs:
11+
tag-rajbos:
12+
# Only run on the main repository, not on forks
13+
if: github.repository == 'devops-actions/github-copilot-premium-reqs-usage'
14+
runs-on: ubuntu-latest
15+
16+
permissions:
17+
issues: write
18+
pull-requests: write
19+
20+
steps:
21+
- name: Tag rajbos on new issue or PR
22+
uses: devops-actions/issue-comment-tag@v1
23+
with:
24+
github-token: ${{ secrets.GITHUB_TOKEN }}
25+
username: rajbos

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
A single-page application that visualizes GitHub Copilot premium request usage data from CSV exports. This tool helps you understand your team's Copilot usage patterns.
44

5+
## Quick Start
6+
7+
Need to analyze the premium requests CSV?
8+
I created a SPA with Spark and Coding Agent to display an overview of the Premium Requests CSV that you can currently download (no API yet 😓), so share it where needed!
9+
10+
Hosted on GitHub Pages: [GitHub Copilot Premium Requests Usage Analyzer](https://devops-actions.github.io/github-copilot-premium-reqs-usage/)
11+
12+
Upload the CSV from the enterprise export (Billing and Licenses → Usage → Export dropdown right top)
13+
14+
Result:
15+
16+
![Image](https://github.com/user-attachments/assets/b4492fef-aff9-464e-8ac8-6830475d00ef)
17+
18+
![Image](https://github.com/user-attachments/assets/b2d896f5-269a-4b33-9bb9-7e28354fdc5e)
19+
20+
![Image](https://github.com/user-attachments/assets/f8fb7acd-a369-492e-a93a-158fbb1bd0a7)
21+
522
## Features
623

724
- Upload and parse GitHub Copilot usage CSV data

0 commit comments

Comments
 (0)