Merge pull request #51135 from nextcloud/fix/request-reviews

ci: fix request-reviews workflow
pull/51139/head
Joas Schilling 2 months ago committed by GitHub
commit 951a35cc38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/request-reviews.yml

@ -64,7 +64,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
'/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers' \
-f "team_reviewers[]=nextcloud/server-backend"
-f "team_reviewers[]=server-backend"
- name: Assign frontend engineers
if: needs.changes.outputs.frontend == 'true'
env:
@ -75,4 +75,4 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
'/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers' \
-f "team_reviewers[]=nextcloud/server-frontend"
-f "team_reviewers[]=server-frontend"

Loading…
Cancel
Save