We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3444edd commit 07d47efCopy full SHA for 07d47ef
.github/workflows/dependabot-assignments.yml
@@ -20,5 +20,5 @@ jobs:
20
-H "Accept: application/vnd.github+json" \
21
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"\
22
-H "X-GitHub-Api-Version: 2022-11-28" \
23
- https://github.com/api/repos${{ github.owner }}/${{ github.repository }}/pulls/${{github.event.pull_request.number}}/requested_reviewers \
+ https://github.com/api/repos/${{ github.repository }}/pulls/${{github.event.pull_request.number}}/requested_reviewers \
24
-d '{"team_reviewers":["code-reviewers"]}'
0 commit comments