diff --git a/.github/workflows/enforce-labelling.yml b/.github/workflows/enforce-labelling.yml index ae368ab6a..5617a5bd5 100644 --- a/.github/workflows/enforce-labelling.yml +++ b/.github/workflows/enforce-labelling.yml @@ -3,7 +3,7 @@ name: PR and Issue Validation on: pull_request: # one limitation here is that there's no trigger to re-run any time we "connect" or "disconnect" an issue - types: [opened, edited, labeled, unlabeled, commented] + types: [opened, edited, labeled, unlabeled, synchronize] issues: types: [opened, edited, labeled, unlabeled, closed]