Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not automatically create pip-tools pull requests on forks of this …
…repo (#11738) Currently, this GitHub Action creates new pull requests on the forks of all contributors. Let's make sure that the job only creates pull requests ```yaml if: github.repository_owner == 'readthedocs' ``` https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#github-context
- Loading branch information