Skip to content

add Github workflow: auto_close_issue#4565

Draft
Septa2112 wants to merge 2 commits intobytecodealliance:mainfrom
Septa2112:add/github_ci
Draft

add Github workflow: auto_close_issue#4565
Septa2112 wants to merge 2 commits intobytecodealliance:mainfrom
Septa2112:add/github_ci

Conversation

@Septa2112
Copy link
Contributor

Refer to: #4560

close-issue-message: "This issue was closed because it has been inactive for 60 days since being marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1
exempt-labels: "help wanted, good first issue, bug, enhancement"
Copy link
Contributor

Choose a reason for hiding this comment

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

In my opinion,

Suggested change
exempt-labels: "help wanted, good first issue, bug, enhancement"
exempt-labels: "help wanted"

@lum1n0us lum1n0us added the new feature Determine if this Issue request a new feature or this PR introduces a new feature. label Aug 19, 2025
with:
debug-only: true
days-before-issue-stale: 30
days-before-issue-close: 60
Copy link
Contributor

Choose a reason for hiding this comment

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

if we want to do this, i'd suggest to use a longer threshold. eg. a few years.

i don't think we really need automation like this though. right now we only have ~500 open issues.

@lum1n0us lum1n0us linked an issue Mar 25, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new feature Determine if this Issue request a new feature or this PR introduces a new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: Add Github Actions workflow to auto-close stale issues

3 participants