Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Earlier in #2332 (comment) we switched to `pull_request` events to checkout the correct PR. However, in those actions, GHA doesn't have permissions to label PRs, so that change broke the labeler job. This switches back of `pull_request_target`, but adds code to checkout the correct branch when checking for breaking changes.
- Loading branch information