From 285ca26cc7a0e8c8d4f372f3bb2c2b7d5efb2035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Schumann=20L=C3=B3pez?= Date: Mon, 22 Jun 2026 16:52:17 +0200 Subject: [PATCH] fix: pin auto-assign-issue to @v2 and fix numOfAssignees input name --- .github/workflows/auto-assign.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index ab2e7b8a8..a2ffe4b1f 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -12,8 +12,8 @@ jobs: pull-requests: write steps: - name: 'Auto-assign issue' - uses: pozil/auto-assign-issue@v1 + uses: pozil/auto-assign-issue@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: dkmstr - numOfAssignee: 1 + numOfAssignees: 1