From 1790c47d002edaefd17d2d1eddc66e1497847fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:37:01 +0000 Subject: [PATCH] build: bump gustavofreze/auto-assign in the github-actions group Bumps the github-actions group with 1 update: [gustavofreze/auto-assign](https://github.com/gustavofreze/auto-assign). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index f37e91f..d0ba49e 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.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: '${{ vars.ASSIGNEES }}' github_token: '${{ secrets.GITHUB_TOKEN }}'