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 813479c commit 44a02c3Copy full SHA for 44a02c3
.github/workflows/assign.yml
@@ -0,0 +1,10 @@
1
+name: 'Auto Assign'
2
+on: pull_request
3
+
4
+jobs:
5
+ add-reviews:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: kentaro-m/auto-assign-action@v1.1.0
9
+ with:
10
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments