Update README.md - #1
Merged
Merged
Conversation
Collaborator
|
thanks :) |
twcclegg
pushed a commit
that referenced
this pull request
Aug 26, 2026
Every issue from #1 through #422 is now either a PR, a listed metadata issue, or implicitly a non-metadata issue by not appearing in the list - there's no separate "not metadata" file anymore. Went back through the full closed-issue history (including several titles that didn't obviously scream "metadata" but turned out to be, like #14, #25, #109, #149, #165, #181, and #91) to make the positive list genuinely exhaustive rather than a curated sample, taking it from 30 to 39 entries. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WVGRJyQwtvBGXAmWswxyqW
3 tasks
twcclegg
pushed a commit
that referenced
this pull request
Aug 26, 2026
A large fraction of issues filed here are reports about upstream Google libphonenumber metadata (unrecognized prefixes, outdated numbering plans) rather than bugs in this C# port's code, and maintainers have been closing these by hand with a pointer to google/libphonenumber for years. Add a GitHub Actions workflow that runs the GitHub Copilot CLI against each new issue to classify it, and when confident it's a metadata report, labels it, posts a canned comment redirecting to upstream, and closes it - noting the closure was automatic and inviting a reopen if it's a false positive. The classifier is grounded in .github/triage/metadata_examples.md, an exhaustive, human-verified list of every metadata issue in this repo's history (#1 through #422): every issue in that range is either a PR, a listed metadata issue, or - by not appearing in the list - implicitly a non-metadata issue, with no separate negative list needed. Every time the workflow closes a new issue as a metadata issue, it opens a PR appending it to that file, so the classifier's grounding keeps growing from real, maintainer-confirmed outcomes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WVGRJyQwtvBGXAmWswxyqW
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated NuGet package and formatted links.