Skip to content

Remove Stale Issues Bot#223

Merged
wallstop merged 2 commits into
mainfrom
copilot/remove-stale-issues-bot
Mar 16, 2026
Merged

Remove Stale Issues Bot#223
wallstop merged 2 commits into
mainfrom
copilot/remove-stale-issues-bot

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 16, 2026

Description

Deletes the stale issues GitHub Actions workflow. Issues should remain open indefinitely — no automatic staling or closing.

  • Removed .github/workflows/stale.yml — eliminates the scheduled job that marked issues stale after 60 days and closed them after 14 more

Related Issue

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor (code change that neither fixes a bug nor adds a feature)

Checklist

  • I have added tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have updated the CHANGELOG
  • My changes do not introduce breaking changes, or breaking changes are documented
Original prompt

This section details on the original issue you should resolve

<issue_title>[Feature]: Remove Stale Issues Bot</issue_title>
<issue_description>### Feature Description

Remove the stale issues bot. I don't like it. All issues should remain open for forever.

Use Case / Motivation

Keep those issues open! They exist!

Proposed Solution

Delete it.

Alternatives Considered

Delete it.

Unity Version

None

Package Version

None</issue_description>

<agent_instructions>
Please use sub-agents to accomplish these goals. Once a sub-agent is done, have another sub-agent review its work. If there are any recommendations, have another sub-agent consider them and implement them. Repeat this process in a loop until all sub-agents achieve consensus that the result is incredibly high quality (11/10, exceptional work, absolutely zero issues, minor or otherwise) and does not require any revisions. I want 110% here, give it all you've got!</agent_instructions>

Comments on the Issue (you are @copilot in this section)


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: wallstop <1045249+wallstop@users.noreply.github.com>
Copilot AI changed the title [WIP] [Feature] Remove stale issues bot Remove Stale Issues Bot Mar 16, 2026
Copilot AI requested a review from wallstop March 16, 2026 02:04
@wallstop wallstop marked this pull request as ready for review March 16, 2026 02:06
@wallstop wallstop requested a review from Copilot March 16, 2026 02:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes the GitHub Actions workflow responsible for automatically marking and closing stale issues and pull requests.

Changes:

  • Deleted .github/workflows/stale.yml, removing scheduled stale issue/PR triage automation.
Comments suppressed due to low confidence (1)

.github/workflows/stale.yml:1

  • This change deletes the stale issue/PR management workflow entirely. If this is intentional, please capture the rationale and the new process (replacement workflow, repo setting, or manual triage expectations) so the repo doesn’t regress in issue/PR hygiene; otherwise consider retaining this workflow or replacing it with an equivalent.

You can also share your feedback on Copilot code review. Take the survey.

@wallstop wallstop merged commit baa8a99 into main Mar 16, 2026
17 checks passed
@wallstop wallstop deleted the copilot/remove-stale-issues-bot branch March 16, 2026 02:08
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.

[Feature]: Remove Stale Issues Bot

3 participants