Skip to content

Commit f4aa664

Browse files
Update auto-assign.yml
Signed-off-by: Anwar Zbir <82416169+TheWolfOfChain@users.noreply.github.com>
1 parent d32984f commit f4aa664

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/auto-assign.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
permissions:
1111
issues: write
1212
pull-requests: write
13-
steps:
14-
- name: 'Auto-assign issue'
15-
uses: pozil/auto-assign-issue@v1
16-
with:
17-
repo-token: ${{ secrets.GITHUB_TOKEN }}
18-
assignees: TheWolfOfChain
19-
numOfAssignee: 1
13+
steps:
14+
- name: 'Auto-assign issue'
15+
uses: pozil/auto-assign-issue@v1
16+
with:
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
assignees: 'TheWolfOfChain'
19+
numOfAssignee: 1

0 commit comments

Comments
 (0)