-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Copilot Memories Detected
GitHub Copilot has stored memories for the following repositories:
📝 rajbos/github-copilot-token-usage
- Memories found: 20
Recent memories:
- Team Dashboard webview fetches data from Azure Table Storage for last 30 days, aggregates personal usage across devices/workspaces, and displays team leaderboard. Access via copilot-token-tracker.showDashboard command.
- Use #CopilotFluencyScore as the unique hashtag for social media shares related to the fluency score feature
- Extension marketplace URL is https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker - used in social shares and documentation
- Share buttons use platform-specific URL schemes: LinkedIn uses share-offsite, Bluesky uses intent/compose, Mastodon uses instance-specific /share endpoint with user prompt
- JSON validation runs before linting in CI workflows (ci.yml and build.yml) to catch syntax errors early. Step name: "Validate JSON files"
- ... and 15 more
📝 rajbos/actions-marketplace-checks
- Memories found: 20
Recent memories:
- GraphQL API uses points-based rate limiting: base 5,000 points/hour, max 12,500 points/hour (with 20+ repos/users); tracked separately from Core REST API in resources.graphql section of /rate_limit response
- Use $actions.Count as single source of truth for total actions across all report sections; always use DisplayIntWithDots for number formatting; clearly label subset counts
- In markdown tables, alignment colons belong in the separator row (e.g.,
|---:|for right-align,|:---|for left-align,|:---:|for center), never in the header row; numeric columns should use right-alignment - Markdown tables in LogMessage calls must have proper pipe delimiters: header separator uses
|---|format, all table rows must start and end with|, and no colons should precede pipes except in alignment indicators like|---:|for right-alignment - Long-running workflows (60+ min) must refresh GitHub App tokens before final operations to avoid 401 errors
- ... and 15 more
Action Required: Review these memories to ensure they don't contain sensitive information.
Summary:
- Total repositories checked: 3
- Repositories with memories: 2
- Total memories found: 40
Generated by workflow run: 22091499352
Reactions are currently unavailable