question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Github Application not reporting status

See original GitHub issue

Describe the bug

I’ve been using the Github Application successfully for a long time, but in the recent two days it stopped working. The check stays forever in the Expected — Waiting for status to be reported state. I’ve tried amending commits to re-trigger it, revoking app permissions & re-instating them, but to no avail.

As I understand, Github Applications have to be hosted somewhere. Could it be that your host is down or the deployment is not working? Or is the problem at my end?

To Reproduce Steps to reproduce the behavior:

Expected behavior

Environment:

  • GraphQL Inspector application

Additional context

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:9
  • Comments:8

github_iconTop GitHub Comments

1reaction
CelsoSantoscommented, Sep 9, 2022

Isn’t this configuration supposed to work?

I have a graphql-inspector.yaml at my repos .github dir according to the docs. Full path would be .github/graphql-inspector.yaml:

# Enabling / Disabling Schema Diff
diff: true # enabled by default

# Customizing Schema Diff
# diff:
#   # Pull Request annotations (enabled by default)
#   annotations: false
#   # Fail on breaking changes or force SUCCESS when disabled (enabled by default)
#   failOnBreaking: true
# #  # Intercept list of detected changes and decide whether to accept a Pull Request
# #  intercept: '<url>'
#   # Merge Pull Request's branch with the target branch to get the schema (enabled by default)
#   experimental_merge: true
#   # Label to mark Pull Request introducing breaking changes as safe and expected ('approved-breaking-change' by default)
#   approveLabel: approved-breaking-change
#   # Limit a list of changes in summary to max 150
#   summaryLimit: 150

# Notifications (disabled by default)
#notifications:
#  slack: 'webhook url'
#  discord: 'webhook url'
#  webhook: 'webhook url'

# Your main / target branch
branch: master

# A path to a schema file
# Follow the docs at: https://www.the-guild.dev/graphql/inspector/docs/api/documents#graphql-files
schema: "./my-project/my-api/src/main/resources/graphql/**/*.graphqls"

## Use live and running endpoint as a source of schema
#endpoint: '<url>'

I already have this config on my master branch and on the PR which I’m attempting to execute the GH App but absolutely nothing happens…

0reactions
cramheadcommented, Oct 3, 2022

No movement that I’m aware of. I’m sure @kamilkisiela must be busy on other things

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting required status checks - GitHub Docs
You can check for common errors and resolve issues with required status checks. ... Required status check "build" was not set by the...
Read more >
About status checks - GitHub Docs
When checks are set up in a repository, pull requests have a Checks tab where you can view detailed build output from status...
Read more >
Troubleshooting connectivity problems - GitHub Docs
If you're having trouble connecting to GitHub, you can troubleshoot your connection, then use the GitHub Debug tool to diagnose problems.
Read more >
Monitoring and troubleshooting self-hosted runners
Offline: The runner is not connected to GitHub. ... You can monitor the status of the self-hosted runner application and its activities.
Read more >
Commit statuses - GitHub Docs
About commit statuses. You can use the REST API to allow external services to mark commits with an error , failure , pending...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found