[PR #7447] fix(ci): revert GraphQL field to closingIssuesReferences #12404

Closed
opened 2026-02-16 18:17:19 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/7447

State: closed
Merged: No


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

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/7447 **State:** closed **Merged:** No --- ## 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
yindo added the pull-request label 2026-02-16 18:17:19 -05:00
yindo closed this issue 2026-02-16 18:17:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12404