From 126172650f3a23fd8b4aee44aee6fddb239539fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 19:15:55 +0000 Subject: [PATCH] chore: bump toshimaru/auto-author-assign from 1.4.0 to 1.5.0 Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 1.4.0 to 1.5.0. - [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/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_author_auto_assign.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_author_auto_assign.yaml b/.github/workflows/pr_author_auto_assign.yaml index e73287529b..5754d8df6d 100644 --- a/.github/workflows/pr_author_auto_assign.yaml +++ b/.github/workflows/pr_author_auto_assign.yaml @@ -13,6 +13,6 @@ jobs: assign-author: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@v1.4.0 + - uses: toshimaru/auto-author-assign@v1.5.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }}