Skip to content

Commit f49fe21

Browse files
mhdawsonbengl
authored andcommitted
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 <[email protected]> PR-URL: #42037 Reviewed-By: Mestery <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent b57b305 commit f49fe21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/close-stale-feature-requests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Close stale feature requests
22
on:
3+
workflow_dispatch:
34
schedule:
45
# Run every day at 1:00 AM UTC.
56
- cron: 0 1 * * *

0 commit comments

Comments
 (0)