chore: update gh CLI field definitions#277
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
The PR is currently in an invalid state as it contains no file changes despite the title and description claiming an update to the GitHub CLI field definitions. Consequently, all acceptance criteria remain unaddressed. While the automated analysis indicates the project remains up to standards, this is a result of the absence of new code to evaluate. This PR should not be merged until the expected updates to 'src/lib/gh-fields.generated.ts' are correctly included.
About this PR
- The PR diff is empty. The title suggests an update to 'src/lib/gh-fields.generated.ts', but no files have been modified. Please ensure the changes are correctly committed and pushed. If this automated update resulted in no schema changes, this PR should likely be closed instead.
Test suggestions
- Execute 'gh please issue view --format toon' to verify field mapping for issues
- Execute 'gh please pr view --format toon' to verify field mapping for pull requests
- Execute 'gh please repo view --format toon' to verify field mapping for repositories
- Execute 'gh please release view --format toon' to verify field mapping for releases
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Execute 'gh please issue view --format toon' to verify field mapping for issues
2. Execute 'gh please pr view --format toon' to verify field mapping for pull requests
3. Execute 'gh please repo view --format toon' to verify field mapping for repositories
4. Execute 'gh please release view --format toon' to verify field mapping for releases
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
ed260a6 to
fd11e00
Compare
Auto-updated field definitions from gh CLI 2.93.0
fd11e00 to
ec75cbc
Compare
|



Summary
Automated update of GitHub CLI field definitions for TOON/JSON format conversion.
Triggered by: Weekly scheduled run
gh CLI version: 2.93.0
Date:
Changes
This PR updates
src/lib/gh-fields.generated.tswith the latest field definitions from GitHub CLI.Fields Updated
The script executed the following commands to extract fields:
gh issue view <id> --json invalidfieldgh pr view <id> --json invalidfieldgh repo view <owner/repo> --json invalidfieldgh release view <tag> --json invalidfieldReview Checklist
bun test test/lib/gh-passthrough.test.tsgh please issue view <id> --format toonTesting
# Test TOON format conversion gh please issue view 3 --format toon gh please pr view 1 --format json gh please repo view owner/repo --format toonRelated
docs-dev/GH_FIELDS_MAINTENANCE.md.github/workflows/update-gh-fields.yml🤖 This PR was automatically created by the
update-gh-fieldsworkflow.