Update close-old-issues.yaml

This commit is contained in:
Chris Titus 2024-02-19 18:43:44 -06:00
parent a29364984b
commit e745d798b1

View File

@ -3,7 +3,7 @@ name: Close Inactive Issues
on:
schedule:
- cron: '0 0 * * *' # Run daily
workflow_dispatch: # This line enables manual triggering
jobs:
close-issues:
runs-on: ubuntu-latest