Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/stale-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/stale@v10
with:
stale-issue-message: 'Remove the stale label or add a comment to reset the inactivity timer.'
stale-pr-message: 'Remove the stale label or add a comment to reset the inactivity timer'
stale-issue-message: 'This issue has been marked as stale due to 30 days of inactivity and and will automatically close after an additional 5 days. To prevent automatic closure in 5 days, remove the stale label or add a comment. You can reopen a closed issue at any time.'
stale-pr-message: 'This issue has been marked as stale due to 30 days of inactivity and and will automatically close after an additional 5 days. To prevent automatic closure in 5 days, remove the stale label or add a comment. You can reopen a closed issue at any time.'
days-before-stale: 30
days-before-close: -1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sandhya Adavikolanu (@Sandhya1236) this will close issues as well. I think we'd need days-before-issue-close: -1 to prevent that.

Koen Kooi (@koenkooi) some background: Jason has been asking QLI repos to close stale PRs, so Sandhya has been opening PRs for all repos.

However, OSTT are good at staying on to of PRs :), so feel free to adjust this/close as needed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that some form of auto-closing is OK, but issues don't go away by themselves, so I'd prefer both to be "-1" for this repo.

days-before-close: 5
remove-stale-when-updated: true
remove-issue-stale-when-updated: true
remove-pr-stale-when-updated: true
Loading