diff --git a/.github/workflows/autoclose.yml b/.github/workflows/autoclose.yml index dc9b8f3..b5ca498 100644 --- a/.github/workflows/autoclose.yml +++ b/.github/workflows/autoclose.yml @@ -3,6 +3,16 @@ name: Auto Close Outdated Issues on: schedule: - cron: '0 0 1 * *' + workflow_dispatch: +# inputs: +# name: +# description: 'Person to greet' +# required: true +# default: 'Mona the Octocat' +# home: +# description: 'location' +# required: false +# default: 'The Octoverse' jobs: auto-close: