Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinetlyNotAI authored Sep 2, 2024
1 parent 72b01ee commit 4f2d573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: '16 18 * * *'
- cron: '00 00 * * *'

jobs:
stale:
Expand All @@ -23,5 +23,5 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
stale-issue-label: 'Stale'
stale-pr-label: 'Stale'

0 comments on commit 4f2d573

Please sign in to comment.