Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 00:59:05 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 08efe9bef43b - main - GitHub: style: Add the synchronize activity type
Message-ID:  <202401160059.40G0x5Eb070813@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit 08efe9bef43b784b3cd4f22252a8f908f448895b
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2024-01-16 00:58:29 +0000
Commit:     Warner Losh <imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401160059.40G0x5Eb070813>