Skip to content

Conversation

Copy link

Copilot AI commented Feb 12, 2026

Plan to Ensure User Comments Are Respected

  • Understand the concern: ignore-updates: true might ignore user comments
  • Research the interaction between ignore-updates and remove-stale-when-updated
  • Revise the configuration to properly handle user activity
  • Test and verify the behavior
  • Document the expected behavior clearly

Analysis

Issue with current config: ignore-updates: true uses created_at instead of updated_at, which means ALL updates (including user comments) are ignored when determining if an issue should be marked as stale or closed.

Desired behavior:

  • Bot updates (adding stale label) should NOT reset the stale timer
  • User comments SHOULD prevent the issue from being closed and remove the stale label

Solution needed: Find the right balance of options to achieve desired behavior.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: leandrofars <83298718+leandrofars@users.noreply.github.com>
Copilot AI changed the title [WIP] Close all stale issues in the repository Fix stale workflow self-update loop preventing issue closure Feb 12, 2026
Copilot AI requested a review from leandrofars February 12, 2026 10:48
@leandrofars leandrofars marked this pull request as ready for review February 12, 2026 10:49
Copilot stopped work on behalf of leandrofars due to an error February 12, 2026 10:52
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.

2 participants