Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): automerge on pull_request_target instead of pull_request
- run automerge on pull_request_target instead of pull_request - pull_request does not have access to repository secrets (since the CI runs on the pull_request code which might me malicious) - pull_request_target instead runs on target branch code and has access to repository secrets - pull_request_target is fine for automerge - explaining [stackoverflow post](https://stackoverflow.com/a/74959635) Signed-off-by: AtomicFS <[email protected]>
- Loading branch information