Skip to content

Commit 8d0d173

Browse files
committed
bring back the auto-assigner
1 parent 2d3499a commit 8d0d173

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/new_pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- run: |
2020
perl .github/bin/labeler ${{ github.event.number }} add
21+
- uses: hkusu/review-assign-action@v1
22+
with:
23+
reviewers: ${{ var.REVIEWERS }}

0 commit comments

Comments
 (0)