chore: update gh CLI field definitions#296
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
PR author is in the excluded authors list. |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Auto-updated field definitions from gh CLI 2.96.0
cfb97f0 to
4a96a94
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Automated update of GitHub CLI field definitions for TOON/JSON format conversion.
Triggered by: Weekly scheduled run
gh CLI version: 2.96.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.