From ebd6df40e8920dc3d9c6f2a0ba7d8a8624025c60 Mon Sep 17 00:00:00 2001 From: Stefan Kairinos <118008817+SKairinos@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:48:37 +0000 Subject: [PATCH] type: number (#59) --- .github/workflows/verify-new-contributor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify-new-contributor.yaml b/.github/workflows/verify-new-contributor.yaml index 93502ec7..026006eb 100644 --- a/.github/workflows/verify-new-contributor.yaml +++ b/.github/workflows/verify-new-contributor.yaml @@ -6,6 +6,7 @@ on: pull-request-number: description: "The number of the new contributor's PR." required: true + type: number jobs: view-pr: