Skip to content

Commit

Permalink
chore(ci): update stale settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Jan 22, 2025
1 parent 118a2be commit 26d9b7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/stale@v9
with:
stale-pr-message: 'This PR is stale because it has been open 7 days with no activity.'
stale-pr-message: 'This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days.'
days-before-pr-stale: 7
days-before-pr-close: -1
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'
days-before-issue-stale: 30
days-before-issue-close: -1
days-before-pr-close: 21
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. This project switched to Jira at https://issues.redhat.com/projects/RHIDP/ for issue tracking. If this issues is still relevant, please reopen it there.'
days-before-issue-stale: 1
days-before-issue-close: 7

0 comments on commit 26d9b7b

Please sign in to comment.