Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zijinoier authored Feb 26, 2024
1 parent d62a14b commit f863cfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: '27,30 3 * * *'
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/stale@v9.0.0
with:
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-issue-message: 'Stale issue message, no activity'
stale-pr-message: 'Stale pull request message, no activity'
stale-issue-label: 'Stable'
stale-pr-label: 'no-pr-activity'

0 comments on commit f863cfc

Please sign in to comment.