Skip to content

Commit

Permalink
Update stale.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner authored and ImBIOS committed Aug 8, 2024
1 parent 60262d9 commit ceea6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Close inactive issues
on:
schedule:
- cron: "15 * * * *"
# schedule:
# - cron: "15 * * * *"
workflow_dispatch:

jobs:
Expand All @@ -27,4 +27,4 @@ jobs:
stale-pr-message: "This pull request is stale and may be closed due to inactivity."
close-pr-message: "This pull request has been closed due to inactivity."
repo-token: ${{ github.token }}
debug-only: true
operations-per-run: 100

0 comments on commit ceea6e9

Please sign in to comment.