From c380512cc81dbb01eb1c243c43831ab9189f20e5 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 14 Jan 2023 14:52:47 +0100 Subject: [PATCH] ci: fix web api author Signed-off-by: Jens Langhammer --- .github/workflows/web-api-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index 3fa233177..97f779216 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -41,6 +41,7 @@ jobs: delete-branch: true signoff: true team-reviewers: "@goauthentik/core" + author: authentik bot - uses: peter-evans/enable-pull-request-automerge@v2 with: token: ${{ secrets.BOT_GITHUB_TOKEN }}