From d29162443656728dbc5608dd4b7d7ce0495e6e83 Mon Sep 17 00:00:00 2001 From: Haris Khan Date: Tue, 26 Nov 2024 22:01:52 -0500 Subject: [PATCH] fixed auto-assign.yml --- .github/workflows/auto-assign.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index e527ce0..1217d5a 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -11,10 +11,9 @@ jobs: issues: write pull-requests: write steps: - - name: 'Auto-assign issue' - uses: pozil/auto-assign-issue@v1 - with: - repo-token:${{ secrets.GITHUB_TOKEN }} + - name: 'Auto-assign issue' + uses: pozil/auto-assign-issue@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: eyedeekay - numOfAssignee: 1 - + numOfAssignee: 1 \ No newline at end of file