From 7dae6502ed2d018aa1b23431d35e43ead59d4042 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Sat, 24 Dec 2022 07:19:57 +1100 Subject: [PATCH] ci: fix typo configuration of PR validation action (#3278) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3e1332cf3d..2a4ae314d61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,4 +300,4 @@ jobs: test ci refactor - require_scope: false + requireScope: false