From 08efe9bef43b784b3cd4f22252a8f908f448895b Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Mon, 15 Jan 2024 17:58:29 -0700 Subject: [PATCH] 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