git: 08efe9bef43b - main - GitHub: style: Add the synchronize activity type
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jan 2024 00:59:05 UTC
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