diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index cd43b57ac496..9eded0f8ec65 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions-ecosystem/action-add-assignees@v1 - if: ${{ github.actor != 'dependabot[bot]' }} + if: ${{ !contains(github.actor,'[bot]') }} with: github_token: ${{ secrets.GITHUB_TOKEN }} assignees: ${{ github.actor }}