Skip to content

Commit c24e0b1

Browse files
authored
Update deploy.yml
1 parent 7ba44bb commit c24e0b1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ jobs:
3535
cat .github/auto_assign.yml || echo "No auto_assign.yml found"
3636
3737
- uses: actions/checkout@v3
38-
- name: Assign reviewers
39-
uses: kentaro-m/auto-assign-action@v1.2.4
40-
with:
41-
reviewers: hshah-mitre
38+
4239
- name: Assign assignee via GitHub API
4340
env:
4441
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)