Skip to content

Commit

Permalink
Update close-stale-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benblack86 authored Jan 28, 2023
1 parent 24267e4 commit e7f4af8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Close stale issues
on:
schedule:
- cron: "30 1 * * *"
- cron: "35 12 * * *"

jobs:
close-issues:
Expand All @@ -10,6 +10,6 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@7.0.0
- uses: actions/stale@v7.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7f4af8

Please sign in to comment.