diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index f9588e82f..a7b4ebeb8 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@v2.0.0 + uses: toshimaru/auto-author-assign@v2.0.1 with: repo-token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}