Skip to content

Commit

Permalink
ci: remove reviewers from schema generation workflows
Browse files Browse the repository at this point in the history
The GITHUB_TOKEN used in the workflow does not have permissions
to read organization data. Adding team reviewers requires such a
permission. This commit removes requesting team reviewers when
creating the PR via GitHub CLI.
  • Loading branch information
lfleischmann committed Nov 6, 2024
1 parent 5dad714 commit 317aedb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/schema-generate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
git push origin HEAD
gh pr create \
-B main \
-r teamhanko/developers \
-H "chore-autogenerate-config-json-schema-${{ github.run_id }}" \
-t "chore: autogenerate config JSON schema" \
-b '# Description
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/schema-generate-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
git push origin HEAD
gh pr create \
-B main \
-r teamhanko/developers \
-H "chore-autogenerate-import-json-schema-${{ github.run_id }}" \
-t "chore: autogenerate import JSON schema" \
-b '# Description
Expand Down

0 comments on commit 317aedb

Please sign in to comment.