Skip to content

Conversation

@CasualDeveloper
Copy link
Contributor

@CasualDeveloper CasualDeveloper commented Jan 9, 2026

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
Copy link
Contributor

github-actions bot commented Jan 9, 2026

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

No duplicate PRs found

@CasualDeveloper
Copy link
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