From 35bc08c1d3c8007fd404d6f970a8c9b77cf61990 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:21:12 +0300 Subject: [PATCH] chore(deps): update toshimaru/auto-author-assign action to v2 (#57) --- .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 56850bd8..f9588e82 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -13,6 +13,6 @@ jobs: - name: Auto assign if: env.IS_OWNER_MODE == 'true' - uses: toshimaru/auto-author-assign@v1.6.2 + uses: toshimaru/auto-author-assign@v2.0.0 with: repo-token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}