From 9534b998d34ca1aae59231f2a27bbc9c51ce5d49 Mon Sep 17 00:00:00 2001 From: Christopher Santillan <105517892+chrissantillan@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:21:56 -0600 Subject: [PATCH] Feat: add `workflow_dispatch` to add-needs-verification-label.yml Add a line to test workflow --- .github/workflows/add-needs-verification-label.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/add-needs-verification-label.yml b/.github/workflows/add-needs-verification-label.yml index cda259d9..1ce3fdad 100644 --- a/.github/workflows/add-needs-verification-label.yml +++ b/.github/workflows/add-needs-verification-label.yml @@ -3,6 +3,7 @@ name: Add Needs Verification Label on: issues: types: [edited] + workflow_dispatch: permissions: issues: write