* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
795 B
795 B
Pull request events for forked repositories
{% note %}
Note: Workflows do not run on private base repositories when you open a pull request from a forked repository.
{% endnote %}
When you create a pull request from a forked repository to the base repository, {% data variables.product.prodname_dotcom %} sends the pull_request event to the base repository and no pull request events occur on the forked repository.
Workflows don't run on forked repositories by default. You must enable GitHub Actions in the Actions tab of the forked repository.
The permissions for the GITHUB_TOKEN in forked repositories is read-only. For more information, see "Authenticating with the GITHUB_TOKEN."