teamhanko / hanko

Authentication and User Management solution for developers. Open source alternative to Clerk & Auth0.
https://hanko.io
Other
7.31k stars 933 forks source link

ci: remove reviewers from schema generation workflows #1961

Closed lfleischmann closed 2 weeks ago

lfleischmann commented 2 weeks ago

Description

The GITHUB_TOKEN used in the workflow does not have permissions to read organization data. Adding team reviewers requires such a permission.

Implementation

This commit removes requesting team reviewers when creating the PR via GitHub CLI.