Skip to content

Commit

Permalink
Update stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NARKOZ committed Mar 26, 2023
1 parent 1c495ac commit dfffe94
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 @@ -3,11 +3,15 @@ on:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v8
with:
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
Expand Down

0 comments on commit dfffe94

Please sign in to comment.