Update enforce_merge_blockers.yaml

Make the workflow run when unlabeling a PR too.

Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
Cody Brittain
2026-02-18 02:43:42 -05:00
committed by GitHub
parent 0d49d6356b
commit a68509ede0
@@ -2,7 +2,7 @@ name: "'Do Not Merge' Blockers"
on:
pull_request:
types: [synchronize, opened, labeled]
types: [synchronize, opened, labeled, unlabeled]
jobs:
donotmerge-blocker: