Merge pull request #3300 from element-hq/robin/synchronize-blocked

Run the 'Prevent blocked' check whenever a PR branch is updated
This commit is contained in:
Robin
2025-05-30 10:26:10 -04:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
name: Prevent blocked
on:
pull_request_target:
types: [opened, labeled, unlabeled]
types: [opened, labeled, unlabeled, synchronize]
jobs:
prevent-blocked:
name: Prevent blocked