From 6ce498b13dd99bb02a54a1edb1306efcb279fec0 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 27 Sep 2023 23:20:06 +0000 Subject: [PATCH] chore(deps): update toshimaru/auto-author-assign action to v2.0.1 --- .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 }}