Skip to content

Add stale issue and PR workflow#2329

Open
just1and0 wants to merge 5 commits into
masterfrom
add-stale-workflow
Open

Add stale issue and PR workflow#2329
just1and0 wants to merge 5 commits into
masterfrom
add-stale-workflow

Conversation

@just1and0
Copy link
Copy Markdown

Adds a GitHub Actions workflow using actions/stale to automatically mark inactive issues and PRs as stale, then close them after 15 additional days without activity.

Adds a GitHub Actions workflow using `actions/stale` to automatically mark inactive issues and PRs as stale, then close them after 15 additional days without activity.
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

Comment thread .github/workflows/stale-issue.yaml Outdated
just1and0 and others added 2 commits June 3, 2026 19:37
Co-authored-by: Mike Hardy <github@mikehardy.net>
@just1and0 just1and0 requested a review from mikehardy June 4, 2026 09:46
@just1and0 just1and0 requested review from jhuleatt and removed request for mikehardy June 8, 2026 08:07
Copy link
Copy Markdown

@mikehardy mikehardy left a comment

Choose a reason for hiding this comment

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

question on the labels on this one, for this repo @just1and0

Comment thread .github/workflows/stale-issue.yaml Outdated
Comment on lines +36 to +42
exempt-issue-labels: 'keep open'
exempt-pr-labels: 'keep open'
close-issue-reason: not-planned
days-before-stale: 28
days-before-close: 15
stale-issue-label: 'not-planned'
stale-pr-label: 'Stale' No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

✅ I see a not-planned label in this repo

❓ I see a 'stale' (note lower case) but not 'Stale' label in the repo - not sure it's case-insensitive or not probably best to avoid the question and lower case it

❌ I don't see a 'keep open' label

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants