Skip to content

Commit

Permalink
Merge branch 'main' into feat/readme-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward authored Aug 1, 2023
2 parents 37fb14a + 6a2fa5c commit 687bcd0
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 687bcd0

Please sign in to comment.