From a08541077dba868ddde3bf37deeb33dd586904d4 Mon Sep 17 00:00:00 2001 From: Saksham Sharma Date: Wed, 14 Aug 2024 16:52:41 +0530 Subject: [PATCH] test: ci test --- .github/workflows/pr-title-spell-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-spell-check.yml b/.github/workflows/pr-title-spell-check.yml index 69df7b345..bebb6ed9d 100644 --- a/.github/workflows/pr-title-spell-check.yml +++ b/.github/workflows/pr-title-spell-check.yml @@ -28,5 +28,7 @@ jobs: files: ./pr_title.txt - name: Check assignee - - uses: augustohp/github-action-pr-assignee + uses: actions/checkout@v4 + with: + require_assignee: true