ci: fix tracker-policy-pr trigger — synchronize not synchronized

Gitea fires the pull_request push event as 'synchronize' (GitHub spec),
not 'synchronized'. The typo meant the workflow only ran on opened/
edited/reopened, leaving the required check yellow with no details link
after every commit push.
This commit is contained in:
2026-07-19 01:02:16 +00:00
parent 686ca0d74b
commit 1d91db3e31
+1 -1
View File
@@ -2,7 +2,7 @@ name: tracker-policy-pr
on:
pull_request:
types: [opened, edited, reopened, synchronized, labeled, unlabeled]
types: [opened, edited, reopened, synchronize, labeled, unlabeled]
jobs:
check-pr: