From 2aed037714a6ba381a7cffc3c92a87f242089be8 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Fri, 20 Oct 2023 18:11:10 +0000 Subject: [PATCH] Add that missing 'i' Signed-off-by: Peter Nied --- .github/workflows/pull-request-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 839735d04a6b9..e3707a142eba9 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: peternied/check-pull-request-description@main with: - checklist-tems: | + checklist-items: | New functionality includes testing. All tests pass New functionality has been documented.