Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Mar 8, 2024
1 parent c2f0cd2 commit 4ef460b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "0 * * * *"
- cron: "0 0 * * *"
workflow_dispatch:

permissions:
contents: write
contents: read
issues: write
pull-requests: write

jobs:
stale:
Expand Down

0 comments on commit 4ef460b

Please sign in to comment.