facebook / hhvm

A virtual machine for executing programs written in Hack.
https://hhvm.com
Other
18.19k stars 3k forks source link

GitHub Actions are not triggered in pull requests to update Nix dependencies #9139

Closed Atry closed 2 years ago

Atry commented 2 years ago

https://github.com/facebook/hhvm/pull/9137 is a pull request to update Nix dependencies created by a GitHub action flow. We expect the pull request to trigger a GitHub Action to test if the updated dependencies break backward compatibility. Unfortunately, GitHub Actions are not triggered by https://github.com/facebook/hhvm/pull/9137, because changes made by GitHub action flow does not trigger another GitHub Actions according to https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow

Atry commented 2 years ago

A possible workaround is to let facebook-github-bot's comment trigger GitHub Actions.

Atry commented 2 years ago

Now GitHub Actions for building and testing HHVM are triggered by facebook-github-bot's comments. e.g. https://github.com/facebook/hhvm/actions/runs/2826573970