From 708b6c7211007823ec607eae1fa1d9e7be144af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:52:28 +0000 Subject: [PATCH] Bump gustavofreze/auto-assign from 1.1.4 to 2.0.0 Bumps [gustavofreze/auto-assign](https://github.com/gustavofreze/auto-assign) from 1.1.4 to 2.0.0. - [Release notes](https://github.com/gustavofreze/auto-assign/releases) - [Commits](https://github.com/gustavofreze/auto-assign/compare/1.1.4...2.0.0) --- updated-dependencies: - dependency-name: gustavofreze/auto-assign dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 c1c156d..05b3179 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@1.1.4 + uses: gustavofreze/auto-assign@2.0.0 with: assignees: 'copilot-swe-agent' github_token: '${{ secrets.GITHUB_TOKEN }}'