Skip to content

Commit

Permalink
build: allow manual run of feature request action
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mhdawson authored and danielleadams committed Apr 24, 2022
1 parent 692ee2a commit 4c47d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .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 * * *
Expand Down

0 comments on commit 4c47d59

Please sign in to comment.