I'd like to add a validation check on every PR for the master branch to my GitHub repo (for integration with our Bamboo CI).
That is, each push to the master branch will trigger a Bamboo build, which must pass prior to that push being ready to merge.
On the repo's Settings page under "Branch protection for master"-->"Require status checks to pass before merging"
I don't see a status check option for the Bamboo build. How can I add it?
I've already added the Bamboo service in the Webhooks & Services section of the repo settings, and tested that the service can properly trigger a Bamboo build with the "Test service" button.