Skip to content

Commit 5b24406

Browse files
Copilotrajbos
andcommitted
Update all titles to include "GitHub Copilot Premium Requests"
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent f394571 commit 5b24406

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Deploying GitHub Copilot Usage Analyzer to GitHub Pages
1+
# Deploying GitHub Copilot Premium Requests Usage Analyzer to GitHub Pages
22

3-
This document explains how to deploy the GitHub Copilot Usage Analyzer application to GitHub Pages.
3+
This document explains how to deploy the GitHub Copilot Premium Requests Usage Analyzer application to GitHub Pages.
44

55
## Automatic Deployment with GitHub Actions
66

GITHUB_PAGES_DEPLOY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Pages Deployment Guide
22

3-
This document provides detailed instructions for deploying the GitHub Copilot Usage Analyzer to GitHub Pages.
3+
This document provides detailed instructions for deploying the GitHub Copilot Premium Requests Usage Analyzer to GitHub Pages.
44

55
## Understanding the Deployment Process
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Copilot Usage Analyzer
1+
# GitHub Copilot Premium Requests Usage Analyzer
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

build-for-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Script to build the GitHub Copilot Usage Analyzer for GitHub Pages deployment
3+
# Script to build the GitHub Copilot Premium Requests Usage Analyzer for GitHub Pages deployment
44
# This script creates a version without Spark dependencies
55

66
# Exit on error

deploy-to-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Script to deploy the GitHub Copilot Usage Analyzer to GitHub Pages manually
3+
# Script to deploy the GitHub Copilot Premium Requests Usage Analyzer to GitHub Pages manually
44

55
# Exit on error
66
set -e

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>GitHub Copilot Usage Analyzer</title>
7+
<title>GitHub Copilot Premium Requests Usage Analyzer</title>
88
<link rel="stylesheet" href="/src/main.css" />
99
<link rel="stylesheet" href="/src/index.css" />
1010
<link rel="icon" href="https://github.githubassets.com/favicons/favicon.svg" />

push-and-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deploying to GitHub Pages
22

3-
This document explains how to deploy the GitHub Copilot Usage Analyzer to GitHub Pages.
3+
This document explains how to deploy the GitHub Copilot Premium Requests Usage Analyzer to GitHub Pages.
44

55
## Automated Deployment with GitHub Actions
66

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function App() {
214214
<div className="flex items-center justify-between">
215215
<div>
216216
<h1 className="text-3xl font-bold tracking-tight text-foreground mb-2">
217-
GitHub Copilot Usage Analyzer
217+
GitHub Copilot Premium Requests Usage Analyzer
218218
</h1>
219219
<p className="text-muted-foreground">
220220
Upload your Copilot usage CSV export to visualize request patterns

src/prd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Copilot Usage Analyzer
1+
# GitHub Copilot Premium Requests Usage Analyzer
22

33
## Core Purpose & Success
44
- **Mission Statement**: A tool that visualizes GitHub Copilot premium request usage to help teams monitor and optimize their AI resource consumption.

0 commit comments

Comments
 (0)