From 4c47d59e9bb37d954b74b3a838ff5d930e48374f Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 17 Feb 2022 15:19:39 -0500 Subject: [PATCH] build: allow manual run of feature request action add "workflow_dispatch:" so that action can be run manuallyl for debugging. Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/42037 Reviewed-By: Mestery Reviewed-By: Richard Lau --- .github/workflows/close-stale-feature-requests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close-stale-feature-requests.yml b/.github/workflows/close-stale-feature-requests.yml index 898dcbdecbb4b0..3e9147fbdd371a 100644 --- a/.github/workflows/close-stale-feature-requests.yml +++ b/.github/workflows/close-stale-feature-requests.yml @@ -1,5 +1,6 @@ name: Close stale feature requests on: + workflow_dispatch: schedule: # Run every day at 1:00 AM UTC. - cron: 0 1 * * *