Skip to content

fix(ci): revert GraphQL field to closingIssuesReferences#7447

Closed
CasualDeveloper wants to merge 1 commit into
anomalyco:devfrom
CasualDeveloper:fix/pr-standards-graphql-field
Closed

fix(ci): revert GraphQL field to closingIssuesReferences#7447
CasualDeveloper wants to merge 1 commit into
anomalyco:devfrom
CasualDeveloper:fix/pr-standards-graphql-field

Conversation

@CasualDeveloper

@CasualDeveloper CasualDeveloper commented Jan 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes the GraphQL field name in the PR standards workflow from issuesReferences to closingIssuesReferences.

Problem

While submitting #7443, we noticed the check-standards job was failing:
https://github.com/anomalyco/opencode/actions/runs/20845955619/job/59889485904?pr=7443

The error:

Field 'issuesReferences' doesn't exist on type 'PullRequest'

The correct field name in GitHub's GraphQL API is closingIssuesReferences.

Solution

Update the field name to match the GitHub GraphQL API schema.

Fixes #7446

The PR standards workflow was using 'issuesReferences' which doesn't
exist on the PullRequest type. The correct field is 'closingIssuesReferences'.

This was causing all external contributor PRs to fail the check-standards job.

Fixes anomalyco#7446
@github-actions

github-actions Bot commented Jan 9, 2026

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@CasualDeveloper

Copy link
Copy Markdown
Contributor Author

Closing - Aiden already fixed this in 7c2907c ("ci: fix failing pipeline"). The fix is already in dev.

@CasualDeveloper
CasualDeveloper deleted the fix/pr-standards-graphql-field branch January 9, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: PR standards workflow fails with invalid GraphQL field

1 participant