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 5120305 commit 72004d9Copy full SHA for 72004d9
.github/workflows/random-reviewer-assignment.yml
@@ -3,6 +3,9 @@ on:
3
pull_request:
4
types: [opened]
5
6
+env:
7
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8
+
9
jobs:
10
assign-reviewer:
11
runs-on: ubuntu-latest
0 commit comments