Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
letzya authored Apr 17, 2024
1 parent 87b1923 commit 9844994
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 @@ -3,11 +3,11 @@
# You can adjust the behaviour by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests
name: Mark and Close stale issues and pull requests

on:
schedule:
- cron: 14 29 * * *'
- cron: 14 52 * * *'

jobs:
stale:
Expand All @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v5
- uses: actions/stale@v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
Expand Down

0 comments on commit 9844994

Please sign in to comment.