From 99ad7d9080802463c1dc817900ef105fcf70ba25 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 28 Sep 2023 08:51:38 +0300 Subject: [PATCH] chore(deps): update toshimaru/auto-author-assign action to v2.0.1 (#246) --- .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 047acf57d..d23cc333c 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -14,6 +14,6 @@ jobs: - uses: taiga-family/ci/actions/variables@1.13.0 - name: Auto assign if: env.IS_OWNER_MODE == 'true' - uses: toshimaru/auto-author-assign@v2.0.0 + uses: toshimaru/auto-author-assign@v2.0.1 with: repo-token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}