diff --git a/.github/workflows/pr-title-spell-check.yml b/.github/workflows/pr-title-spell-check.yml index cd9e2d5ce..24ddfc583 100644 --- a/.github/workflows/pr-title-spell-check.yml +++ b/.github/workflows/pr-title-spell-check.yml @@ -31,6 +31,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check assignee + - uses: ./ + with: + require_assignee: true run: | response=$(curl -L \ -H "Accept: application/vnd.github+json" \