Skip to content

Commit

Permalink
chore: Update .github/workflows/stale.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 28, 2023
1 parent 3ea7f59 commit c5eaecc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stale.yml
Expand Up @@ -2,7 +2,11 @@ name: Close and mark stale issue

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * *'

permissions:
issues: write
pull-requests: write

jobs:
stale:
Expand Down

0 comments on commit c5eaecc

Please sign in to comment.