From dd4b878861cd7e0a5fecd37e543f7b74cf8ceac6 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Tue, 23 Jul 2024 09:26:25 +0200 Subject: [PATCH] ci: change SDK action PR author This commit changes the pull request author of the SDK generation action from the account that triggered the action to the GitHub actions bot. --- .github/workflows/update-sdks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-sdks.yaml b/.github/workflows/update-sdks.yaml index 63b4fdf..619ef0b 100644 --- a/.github/workflows/update-sdks.yaml +++ b/.github/workflows/update-sdks.yaml @@ -61,3 +61,4 @@ jobs: [${{ github.event.client_payload.sha}})](https://livepeer/ai-worker/commit/${{github.event.client_payload.sha }})). branch: "update-openapi-spec" base: "main" + author: "GitHub Actions "