From 010be843fe7c22d4d011bc236838f3c514fb0a24 Mon Sep 17 00:00:00 2001 From: Saksham Sharma Date: Wed, 14 Aug 2024 14:29:07 +0530 Subject: [PATCH] test: ci test --- .github/workflows/pr-title-spell-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-title-spell-check.yml b/.github/workflows/pr-title-spell-check.yml index e64c7ab92..8a364f6e2 100644 --- a/.github/workflows/pr-title-spell-check.yml +++ b/.github/workflows/pr-title-spell-check.yml @@ -32,6 +32,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Check assignee + with: + require_assignee: true run: | response=$(curl -L \ -H "Accept: application/vnd.github+json" \