Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workflow to auto merge PRs (#2485)
* Add workflow to auto merge PRs * Remove the pull_request_review trigger It will always fail for forks and it's unlikely that a PR review will be the step before an automerge (usually the label comes after an approval OR a check completes). In cases where it would have triggered the workflow and a merge, the user can always manually merge after their approval anyway.
- Loading branch information