Fixes the issue where the label checker blocks the build from passing because all the build statuses are reset on a PR push and the label checker didn't get re-triggered.
Changes
Enable PR label check on PR synchronize and reopen.
Testing
Create a PR
Label the PR with a supported label, e.g. chore
The enforce-changelog-label job should run and pass
Push a new commit to the PR
The enforce-changelog-label job should rerun and pass
Overview
Fixes the issue where the label checker blocks the build from passing because all the build statuses are reset on a PR push and the label checker didn't get re-triggered.
Changes
Testing
chore
enforce-changelog-label
job should run and passenforce-changelog-label
job should rerun and pass