From 127e25443e686737d434fc7443078d0d25210e20 Mon Sep 17 00:00:00 2001 From: SWARAJ DAS <151845349+swaraj-das@users.noreply.github.com> Date: Sat, 12 Oct 2024 11:43:30 +0530 Subject: [PATCH] Update auto-assign-action.yml --- .github/workflows/auto-assign-action.yml | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/auto-assign-action.yml b/.github/workflows/auto-assign-action.yml index 9cf268bb..3e427f6a 100644 --- a/.github/workflows/auto-assign-action.yml +++ b/.github/workflows/auto-assign-action.yml @@ -1,17 +1,17 @@ -name: Assign to Author +#name: Assign to Author -on: - issues: - types: [opened] +#on: + #issues: + #types: [opened] -jobs: - auto-assign: - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - name: 'Auto-assign issue creator' - uses: pozil/auto-assign-issue@v2 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} # Required token for authentication - assignees: ${{ github.event.issue.user.login }} # Auto-assign the issue creator +#jobs: + #auto-assign: + #runs-on: ubuntu-latest + #permissions: + #issues: write + #steps: + #- name: 'Auto-assign issue creator' + #uses: pozil/auto-assign-issue@v2 + #with: + #repo-token: ${{ secrets.GITHUB_TOKEN }} # Required token for authentication + #assignees: ${{ github.event.issue.user.login }} # Auto-assign the issue creator