diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index 91f32fb95..ff316a4ce 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -38,6 +38,7 @@ jobs: body: "web: bump API Client version" delete-branch: true signoff: true + team-reviewers: "@goauthentik/core" - uses: peter-evans/enable-pull-request-automerge@v2 with: token: ${{ secrets.BOT_GITHUB_TOKEN }}