docs: note about limitations with forks

This commit is contained in:
Michael Shick 2020-07-06 12:08:37 -04:00
parent e11f0a9cdb
commit fdfdba3fa2
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -2,6 +2,12 @@
> A GitHub Action which adds a comment to a pull request's issue.
## Limitations
Due to how GitHub handles permissions in PRs coming from forks, this action is limited to PRs based on branches. See this issue: https://github.community/t/github-actions-are-severely-limited-on-prs/18179/4 for more detail.
I'm currently investigating a workaround via a simple bot you can easily deploy. More soon...
## Usage
```yaml