Skip to content

Commit 4c47d59

Browse files
mhdawsondanielleadams
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 <mdawson@devrus.com> PR-URL: #42037 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 692ee2a commit 4c47d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)