[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
This commit is contained in:
parent
448084c186
commit
1a4f182f21
|
|
@ -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…
Reference in New Issue