Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/check_changelog: reduce race condition (#7734)
PR #7732 illustrated a bug in our current changelog check: it only worked if the PR was up-to-date with `master` at the time of pushing. This was not the intention. Fortunately, the fix is fairly easy: check out the PR commit before running the check, rather than run it from the merge commit (as Azure does by default). CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information