From 230a14e81390e92e67665820d455555d5184ec3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 01:22:37 +0000 Subject: [PATCH] chore(deps): bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1 Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 2.1.0 to 2.1.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.0...v2.1.1) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/author-assign-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/author-assign-pr.yml b/.github/workflows/author-assign-pr.yml index 498c7e036..e41a364bf 100644 --- a/.github/workflows/author-assign-pr.yml +++ b/.github/workflows/author-assign-pr.yml @@ -11,6 +11,6 @@ jobs: assign-author: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@v2.1.0 + - uses: toshimaru/auto-author-assign@v2.1.1 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' # GITHUB_TOKEN will be used by default