From a3d76e70666c8f24bc128a06f47f8be20c1f337f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 18:01:21 +0000 Subject: [PATCH 1/2] GitHub Actions: Bump toshimaru/auto-author-assign from 2.1.2 to 3.0.1 Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 2.1.2 to 3.0.1. - [Release notes](https://github.com/toshimaru/auto-author-assign/releases) - [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md) - [Commits](https://github.com/toshimaru/auto-author-assign/compare/v2.1.2...v3.0.1) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto_author_assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_author_assign.yml b/.github/workflows/auto_author_assign.yml index 7e013e5da..98c738a60 100644 --- a/.github/workflows/auto_author_assign.yml +++ b/.github/workflows/auto_author_assign.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest if: ${{ !github.event.pull_request.assignee }} steps: - - uses: toshimaru/auto-author-assign@v2.1.2 + - uses: toshimaru/auto-author-assign@v3.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} From 87e44051443b822eb91b846c3f8c37a2f5531413 Mon Sep 17 00:00:00 2001 From: Ivan Magda Date: Sat, 27 Dec 2025 19:44:50 +0300 Subject: [PATCH 2/2] Apply suggestion from @ivan-magda --- .github/workflows/auto_author_assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_author_assign.yml b/.github/workflows/auto_author_assign.yml index 98c738a60..8ddfee839 100644 --- a/.github/workflows/auto_author_assign.yml +++ b/.github/workflows/auto_author_assign.yml @@ -9,7 +9,7 @@ permissions: jobs: assign-author: - runs-on: ubuntu-latest + runs-on: ubuntu-slim if: ${{ !github.event.pull_request.assignee }} steps: - uses: toshimaru/auto-author-assign@v3.0.1