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 3691323 commit 713079cCopy full SHA for 713079c
.github/workflows/auto-assign.yml
@@ -8,6 +8,6 @@ jobs:
8
add_assignees:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: kentaro-m/auto-assign-action@v1.2.4
+ - uses: kentaro-m/auto-assign-action@v2.0.0
12
with:
13
repo-token: ${{ secrets.GITHUB_TOKEN }}
auto_assign.yml
@@ -1,4 +1,3 @@
1
addReviewers: true
2
reviewers:
3
- - ckenst
4
-numberOfReviewers: 0
+ - ckenst
0 commit comments