Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Larpoux authored Mar 4, 2024
1 parent 4edcaa6 commit 7a5da34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 365
days-before-close: 7
days-before-stale: -1
days-before-close: -1
stale-issue-message: 'This issue is stale because it has been open 365 days with no activity. Leave a comment or this will be closed in 7 days.'
stale-pr-message: 'This PR is stale because it has been open 365 days with no activity. Leave a comment or this will be closed in 7 days'
stale-issue-label: 'no-issue-activity'
Expand Down

0 comments on commit 7a5da34

Please sign in to comment.