From a2ef9e071e18c71a65ed2c87a3949db0e88aa6ba Mon Sep 17 00:00:00 2001 From: akallabeth Date: Thu, 25 Jul 2024 14:19:10 +0200 Subject: [PATCH] [ci,timezone] fix automated job * remove team reviewers * fix clang-format, explicitly set clang-format file --- .github/workflows/timezone-update.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/timezone-update.yml b/.github/workflows/timezone-update.yml index d33d42efa..48af98b43 100644 --- a/.github/workflows/timezone-update.yml +++ b/.github/workflows/timezone-update.yml @@ -33,8 +33,8 @@ jobs: run: build\Release\tzextract.exe winpr\libwinpr\timezone - name: Format code run: | - clang-format -i --style=file winpr/libwinpr/timezone/TimeZoneNameMap.c - clang-format -i --style=file winpr/libwinpr/timezone/TimeZoneNameMap.json + clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/TimeZoneNameMap.c + clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/TimeZoneNameMap.json - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v6 @@ -56,6 +56,4 @@ jobs: automated pr assignees: akallabeth reviewers: akallabeth - team-reviewers: | - FreeRDP-Admin draft: false