diff --git a/.github/workflows/validate-pr-ab-id.yml b/.github/workflows/validate-pr-ab-id.yml index db064c90..d5c5cca1 100644 --- a/.github/workflows/validate-pr-ab-id.yml +++ b/.github/workflows/validate-pr-ab-id.yml @@ -7,7 +7,7 @@ name: 'AB#ID Check' on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, edited, labeled, synchronize] jobs: # This action checks your pull request to make sure it is linked to a work item using AB# before you can merge.