From 5e47e161e641da22a72e73067bcff6ab9ce36248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Schumann=20L=C3=B3pez?= Date: Thu, 2 Jul 2026 23:30:06 +0200 Subject: [PATCH] Update auto-assign.yml --- .github/workflows/auto-assign.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index ab2e7b8a8..5967491a6 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -1,9 +1,11 @@ name: Auto Assign + on: issues: types: [opened] pull_request: types: [opened] + jobs: run: runs-on: ubuntu-latest @@ -11,9 +13,9 @@ jobs: issues: write pull-requests: write steps: - - name: 'Auto-assign issue' - uses: pozil/auto-assign-issue@v1 - with: + - name: Auto-assign issue + uses: pozil/auto-assign-issue@v2 + with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: dkmstr numOfAssignee: 1