-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix: migrate Issue Fixer to REST + ProjectsV2 #9207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mrubens
merged 3 commits into
RooCodeInc:main
from
hannesrudolph:fix/issue-fixer-projects-v2-migration
Nov 13, 2025
Merged
fix: migrate Issue Fixer to REST + ProjectsV2 #9207
mrubens
merged 3 commits into
RooCodeInc:main
from
hannesrudolph:fix/issue-fixer-projects-v2-migration
Nov 13, 2025
Conversation
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
…V2; remove Projects Classic mentions
Contributor
Re-review completed. All previously flagged issues have been resolved.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
mrubens
approved these changes
Nov 13, 2025
mini2s
added a commit
to zgsm-ai/costrict
that referenced
this pull request
Nov 13, 2025
Description
Switch Issue Fixer workflows and CLI usage to REST for issue details/comments and add a ProjectsV2 GraphQL helper. This avoids deprecated Projects Classic paths and the associated deprecation error.
Changes
gh apifor issue details and commentsprojectsV2GraphQL helperTest Procedure
Notes
Local pre-push hooks were bypassed with
--no-verifybecause the failing type check is unrelated to these XML edits. CI will validate the PR.Important
Migrates Issue Fixer to use REST API and adds ProjectsV2 GraphQL helper to avoid deprecated paths.
1_Workflow.xml.projectsV2GraphQL helper in4_github_cli_usage.xmlto handle new GitHub Projects.4_github_cli_usage.xmlto document REST patterns and GraphQL usage.This description was created by
for a4b679a. You can customize this summary. It will automatically update as commits are pushed.