From 0805439b201d7d83db04bc0f4e85f32efd519d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 12:08:34 +0000 Subject: [PATCH] Bump gustavofreze/auto-assign from 2.0.0 to 2.1.0 Bumps [gustavofreze/auto-assign](https://github.com/gustavofreze/auto-assign) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/gustavofreze/auto-assign/releases) - [Commits](https://github.com/gustavofreze/auto-assign/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: gustavofreze/auto-assign dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/AutoAssign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AutoAssign.yml b/.github/workflows/AutoAssign.yml index 05b3179..86b1005 100644 --- a/.github/workflows/AutoAssign.yml +++ b/.github/workflows/AutoAssign.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - name: Assign issues and pull requests - uses: gustavofreze/auto-assign@2.0.0 + uses: gustavofreze/auto-assign@2.1.0 with: assignees: 'copilot-swe-agent' github_token: '${{ secrets.GITHUB_TOKEN }}'