Skip to content

Commit

Permalink
Fixes issue piranhacloud#3426 - Change stale workflow to trigger afte…
Browse files Browse the repository at this point in the history
…r 180 days
  • Loading branch information
mnriem committed Jun 10, 2023
1 parent f9589e0 commit 5af78e5
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 @@ -11,6 +11,6 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 80 days with no activity. Remove stale label or comment or this will be closed in 10 days'
days-before-stale: 80
stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 10 days'
days-before-stale: 180
days-before-close: 10

0 comments on commit 5af78e5

Please sign in to comment.