Skip to content

Commit

Permalink
Update autoclose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dca committed Dec 15, 2020
1 parent 9a1ba4a commit 145bd05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/autoclose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 145bd05

Please sign in to comment.