Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

GitHub Action Task Stuck At Expected

Github pull request - Waiting for status to be reported

Image
  1. The simplest manually solution is to close the PR and reopen it.

  2. In my case, the issue was due to GITHUB_TOKEN was used for the GitHub Action create-pull-request . Creating a repository secret and use it to authenticate the GitHub Action create-pull-request resolved the issue.