Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

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 60ba431 commit 3d0fd23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
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 3d0fd23

Please sign in to comment.