[infra] Maybe fix the title check (#33041)

`synchronized` is not a valid keyword. It's a shame this isn't reported
anywhere I can see.

See
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
pull/33050/head
AJ Heller 2 years ago committed by GitHub
parent 448084c186
commit 1a4f182f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pr-auto-tag-and-check-title.yaml

@ -1,7 +1,7 @@
name: PR Title Check & Tag
on:
pull_request_target:
types: [opened, reopened, synchronized, edited]
types: [opened, reopened, synchronize, edited]
permissions:
contents: read # to determine modified files (actions/labeler)

Loading…
Cancel
Save