Github pull request - Waiting for status to be reported
-
The simplest manually solution is to close the PR and reopen it.
-
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.