Skip to content

Commit 713079c

Browse files
committed
Updated the steps to use 2.0. Removed default assignees
1 parent 3691323 commit 713079c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
add_assignees:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: kentaro-m/auto-assign-action@v1.2.4
11+
- uses: kentaro-m/auto-assign-action@v2.0.0
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}

auto_assign.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
addReviewers: true
22
reviewers:
3-
- ckenst
4-
numberOfReviewers: 0
3+
- ckenst

0 commit comments

Comments
 (0)