Skip to content

Commit

Permalink
oops...
Browse files Browse the repository at this point in the history
accidently disabled stale in testing code
aaronliu0130 authored Nov 10, 2023
1 parent 1677a6e commit c9a5c5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: 'Close stale issues and PRs'
on:
# schedule:
# - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

permissions:
contents: write # only for delete-branch option
issues: write

0 comments on commit c9a5c5a

Please sign in to comment.