From e77fedf9b2eab383cd6c46d50f74255e9472df25 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 17 Aug 2022 09:26:56 +0200 Subject: [PATCH] Allowed label actions workflow to be run manually - we might want to manually trigger the workflow outside of the schedule/event-driven flow --- .github/workflows/label-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index 69f595baa7..cc5c485c70 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -1,6 +1,7 @@ name: 'Label Issues' on: + workflow_dispatch: issues: types: [opened, closed, labeled] schedule: