You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
I just assigned Copilot to fix dotnet/Nerdbank.GitVersioning#753. It created a PR that looks great. In the PR description it even pointed out what it noticed about the present condition in the repo:
CLI users: Previously, the CLI always emitted both regular and output variables. Now output variables are only emitted when --with-output is specified.
This drew my attention to the fact that the original issue, which was somewhat old, was outdated and no longer needed to be fixed.
Many AI tokens could have saved if Copilot could have commented on the issue or the PR before doing all these changes to point out that the issue looked stale and share what it learned from the repo.
Describe the bug
I just assigned Copilot to fix dotnet/Nerdbank.GitVersioning#753. It created a PR that looks great. In the PR description it even pointed out what it noticed about the present condition in the repo:
This drew my attention to the fact that the original issue, which was somewhat old, was outdated and no longer needed to be fixed.
Many AI tokens could have saved if Copilot could have commented on the issue or the PR before doing all these changes to point out that the issue looked stale and share what it learned from the repo.