diff --git a/.github/workflows/pr-title-spell-check.yml b/.github/workflows/pr-title-spell-check.yml index 24ddfc583..3a6ff8ce7 100644 --- a/.github/workflows/pr-title-spell-check.yml +++ b/.github/workflows/pr-title-spell-check.yml @@ -27,11 +27,7 @@ jobs: with: files: ./pr_title.txt - check-assignee: - runs-on: ubuntu-latest - steps: - name: Check assignee - - uses: ./ with: require_assignee: true run: | @@ -42,3 +38,4 @@ jobs: https://api.github.com/repos/${{ github.repository }}/assignees) echo "$response" +