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 }}