[ci,timezone] fix automated job

* remove team reviewers
* fix clang-format, explicitly set clang-format file
This commit is contained in:
akallabeth 2024-07-25 14:19:10 +02:00
parent d60eaf2452
commit a2ef9e071e
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -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