diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 73d96a7..c9f8a67 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/setup/variables@v1.57.3 - - uses: toshimaru/auto-author-assign@v2.1.0 + - uses: toshimaru/auto-author-assign@v2.1.1 if: env.IS_OWNER_MODE == 'true' with: repo-token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}