GitHub: style: Add the synchronize activity type

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1064
This commit is contained in:
Jose Luis Duran 2024-01-15 17:58:29 -07:00 committed by Warner Losh
parent 57623b3b74
commit 08efe9bef4

View File

@ -9,7 +9,7 @@ name: Style Checker
on:
pull_request: # maybe pull_request_target
branches: [ main ]
types: [ opened, reopened, edited ]
types: [ opened, reopened, edited, synchronize ]
permissions:
contents: read