You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox
Make sure to fork this template and run pnpm generate in the terminal.
Please make sure the Codegen and plugins version under package.json matches yours.
2. A failing test has been provided
3. A local solution has been provided
4. A pull request is pending review
Describe the bug
The GitHub Action defined in one Check Suite is incorrectly being reported under a different Check Suite.
To Reproduce Steps to reproduce the behavior:
Create two ci.yml files to define separate workflows:
1.1. One workflow that runs on push and performs specific checks.
1.2. Another workflow that runs on pull_request and includes a GraphQL Inspector job.
Open a pull request (PR) and wait for the workflows to execute.
Navigate to the Checks tab in the PR.
You will notice that the report appears under the first workflow suite, even though the job was executed as part of the second workflow suite.
Here is the definition of my job:
Here is the what I see on GitHub:
Expected behavior
The report should appear in the correct Check Suite—the one responsible for executing the job.
Environment:
OS:
@graphql-inspector/...:
graphql:
NodeJS:
Additional context
The text was updated successfully, but these errors were encountered:
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
The GitHub Action defined in one Check Suite is incorrectly being reported under a different Check Suite.
To Reproduce Steps to reproduce the behavior:
1.1. One workflow that runs on push and performs specific checks.
1.2. Another workflow that runs on pull_request and includes a GraphQL Inspector job.
Here is the definition of my job:
Here is the what I see on GitHub:
Expected behavior
The report should appear in the correct Check Suite—the one responsible for executing the job.
Environment:
@graphql-inspector/...
:graphql
:Additional context
The text was updated successfully, but these errors were encountered: