orcasound / orcasite

Live-listening web app -- http://live.orcasound.net :star:
http://live.orcasound.net
GNU Affero General Public License v3.0
50 stars 51 forks source link

Add command to manually refresh Heroku status in PRs #503

Closed paulcretu closed 2 months ago

paulcretu commented 2 months ago

Heroku status checks are set using the deployment_status GH action trigger, which for some reason throws an error for PRs that come from forks. As a result, the status checks never get updated which makes the PR non-mergable without bypassing the settings.

This PR adds a /refresh-heroku-status command that can be run by posting it in a PR comment. The command will trigger a manual update of the statuses and provide a workaround to the deployment_status error.

paulcretu commented 2 months ago

/refresh-heroku-status