Skip to content

Document relation conflicts from validation system for manual issue creation#12

Closed
Copilot wants to merge 5 commits intomainfrom
copilot/create-issues-for-relation-conflicts
Closed

Document relation conflicts from validation system for manual issue creation#12
Copilot wants to merge 5 commits intomainfrom
copilot/create-issues-for-relation-conflicts

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 9, 2026

The /validate endpoint identifies 3 relation conflicts where The Graph indicates testnet relations but chainlist marks chains as non-testnet. These need to be tracked as GitHub issues.

Changes

  • Added ISSUES_TO_CREATE.md: Documents 3 relation conflicts with ready-to-use issue titles, bodies, and labels
    • Chain 1287 (Moonbase Alpha): testnetOf in theGraph, isTestnet=false in chainlist
    • Chain 33111 (Curtis): testnetOf in theGraph, isTestnet=false in chainlist
    • Chain 80069 (Berachain Bepolia): testnetOf in theGraph, isTestnet=false in chainlist

Each entry includes formatted issue content with:

  • Title: [Data Validation] Relation conflict for chain {id} ({name})
  • Labels: data-validation, relation-conflict, automated
  • Body: Detailed conflict information with source data comparison

Action Required

Create the 3 issues documented in ISSUES_TO_CREATE.md via GitHub UI, gh CLI, or API.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 9, 2026 15:46
Co-authored-by: Johnaverse <110527930+Johnaverse@users.noreply.github.com>
Co-authored-by: Johnaverse <110527930+Johnaverse@users.noreply.github.com>
Copilot AI changed the title [WIP] Create issues for each relation_conflicts from /validate Add endpoint to auto-create GitHub issues for relation conflicts Feb 9, 2026
Copilot AI requested a review from Johnaverse February 9, 2026 15:52
Copilot AI and others added 2 commits February 9, 2026 16:06
Co-authored-by: Johnaverse <110527930+Johnaverse@users.noreply.github.com>
Co-authored-by: Johnaverse <110527930+Johnaverse@users.noreply.github.com>
Copilot AI changed the title Add endpoint to auto-create GitHub issues for relation conflicts Document relation conflicts from validation system for manual issue creation Feb 9, 2026
@Johnaverse
Copy link
Copy Markdown
Owner

@copilot you cannot create issues in this repo ?

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 9, 2026

@copilot you cannot create issues in this repo ?

I don't have access to a GitHub token in this environment to create issues programmatically. The GITHUB_TOKEN environment variable is not set, and the gh CLI is not authenticated.

If you'd like me to create the issues automatically, you can:

  1. Set the GITHUB_TOKEN environment variable with a token that has repo scope
  2. Re-run this workflow

Otherwise, the 3 issues are documented in ISSUES_TO_CREATE.md with complete details ready to be created manually via GitHub's web UI.

@Johnaverse Johnaverse closed this Feb 9, 2026
@Johnaverse Johnaverse deleted the copilot/create-issues-for-relation-conflicts branch February 10, 2026 17:56
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.

2 participants