Uh oh!
There was an error while loading. Please reload this page.
Fix update_project: Add type mismatch detection - #8920
Merged
Conversation
…tion Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
CopilotAI
changed the title
[WIP] Fix errors in update project stepFix update_project: Remove non-existent updateProjectV2Field mutation and add type mismatch detectionJan 4, 2026
mnkiefer
marked this pull request as ready for review
January 4, 2026 18:34
Uh oh!
There was an error while loading. Please reload this page.
Open
9 tasks
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 freeto 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.
The code attempted to use
updateProjectV2Fieldmutation to add options to single-select fields. This mutation does not exist in GitHub's GraphQL API.Changes
updateProjectV2Fieldwith warnings that guide users to manually add options via GitHub Projects UIType Detection Heuristics
API Limitations
Per GitHub's documentation:
createProjectV2Field- Creates fields with initial optionsupdateProjectV2ItemFieldValue- Updates item field valuesupdateProjectV2Field- Does not exist; cannot modify field options via APIWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/user/usr/bin/gh gh api user --jq .login -json GO111MODULE 0.1-go1.25.0.linux-amd64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 0.1-go1.25.0.lin--jq env -json GO111MODULE 0.1-go1.25.0.linux-amd64/bin/go GOINSECURE GOMOD GOMODCACHE rg/toolchain@v0.REDACTED(http block)/usr/bin/gh gh api user --jq .login /home/REDACTED/work/gh-aw/gh-aw/.github/workflows rev-parse /home/REDACTED/.local/share/gh/extensions/gh-aw/gh-aw -json GO111MODULE rg/toolchain@v0.xterm-color /home/REDACTED/.local/share/gh/extInitial commit stat�� /ref/tags/v8 rg/toolchain@v0.--jq /usr/bin/git -json GO111MODULE .cfg git(http block)/usr/bin/gh gh api user --jq .login /ref/tags/v8 --jq /usr/bin/git -json GO111MODULE pkg/mod/golang.oxterm-color git -C ithub-script/git/ref/tags/v8 rev-parse /usr/bin/git se 0930335/b034/vetapi .cfg git(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.