> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/setting-a-github-status-check-on-pr-from-a-pipeline-status.md).

# Setting a Github Status Check on PR from a Pipeline Status

A common situation Administrators can hit is creating a pull request on Github with some Terraform changes that are run through pipelines. Administrators want to verify the Terraform changes cleanly and “plan” before applying them. An example is when someone has a typo, and the plan fails. Spinnaker has a solution for this.

The following blog shows how to add the status check to help notify the person making changes and help self-diagnose and prevent issues. <https://spinnaker.armory.io/blog/spinnaker-tips-setting-a-github-status-check-on-a-pr-from-a-pipeline/>
