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 b8ee5cc commit 3444eddCopy full SHA for 3444edd
.github/workflows/dependabot-assignments.yml
@@ -20,7 +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://api.github.com/repos${{ github.owner }}/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers \
+ https://api.github.com/repos${{ github.owner }}/${{ github.repository }}/pulls/${{github.event.pull_request.number}}/requested_reviewers \
24
-d '{"team_reviewers":["code-reviewers"]}'
25
- env:
26
- PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments