Skip to content

Commit

Permalink
Update pr-18.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored Nov 20, 2024
1 parent 8fe587b commit f51bfad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GH_TOKEN: ${{ secrets.AUTOMATION_TOKEN }}
url: ${{ github.event.pull_request.html_url }}
run: |
Expand All @@ -24,6 +25,6 @@ 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[]=lvessiller-opendsi" -f "team_reviewers[]=rycks"
-f "reviewers[]=lvessiller-opendsi" -f "reviewers[]=rycks"
#gh pr edit "$url" --add-assignee lvessiller-opendsi,rycks --add-reviewer lvessiller-opendsi,rycks
#gh pr merge "$url" --merge --auto

0 comments on commit f51bfad

Please sign in to comment.