Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current Resyntax workflow runs on `pull_request`, which gives it a github token with **read-only** access when run on pull requests from forks. Using `pull_request_target` instead gives it a read-write token and allows the action to submit pull request reviews for pull requests from forks.
- Loading branch information