The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=08efe9bef43b784b3cd4f22252a8f908f448895b

commit 08efe9bef43b784b3cd4f22252a8f908f448895b
Author:     Jose Luis Duran <jldu...@gmail.com>
AuthorDate: 2024-01-16 00:58:29 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2024-01-16 00:58:31 +0000

    GitHub: style: Add the synchronize activity type
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1064
---
 .github/workflows/style.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index a4d5adb90df3..8860a24fe594 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -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

Reply via email to