diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2024-01-15 17:58:29 -0700 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-01-15 17:58:31 -0700 |
| commit | 08efe9bef43b784b3cd4f22252a8f908f448895b (patch) | |
| tree | 468fa1333c9db0a9449658e4a9857953b3bf22f2 /.github | |
| parent | 57623b3b745a2a89ea9b998cadf8cc8c02228fea (diff) | |
GitHub: style: Add the synchronize activity type
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1064
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/style.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
