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 64281e8 commit 5947d93Copy full SHA for 5947d93
.github/workflows/pr-automation.yml
@@ -19,4 +19,4 @@ jobs:
19
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20
PRNUM: ${{ github.event.pull_request.number }}
21
PRAUTHOR: ${{ github.event.pull_request.user.login }}
22
- run: gh pr edit $PRNUM
+ run: gh pr edit $PRNUM --add-reviewer cx-anurag-dalke
0 commit comments