chore(053): label taxonomy + move community files into .github/ (WP-A1, A3)#500
Merged
Conversation
Deploying mcpproxy-docs with
|
| Latest commit: |
d0f3746
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://00b6f326.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://chore-053-labels-github-move.mcpproxy-docs.pages.dev |
📦 Build ArtifactsWorkflow Run: View Run Available Artifacts
How to DownloadOption 1: GitHub Web UI (easiest)
Option 2: GitHub CLI gh run download 26270724022 --repo smart-mcp-proxy/mcpproxy-go
|
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.
Part of spec 053 — OSS Repo Improvements (Track A quick wins). One of ~3 PRs splitting the remaining OSS-report backlog.
WP-A1 · Kubernetes-style label taxonomy
.github/labels.yml(37 labels):kind/*(9),area/*(12, tailored to this repo — proxy/oauth/docker/tray/web-ui/cli/storage/search/teams/telemetry/build-ci/packaging),priority/*(4),triage/*(5),size/*(5), plus the GitHub defaultsgood first issueandhelp wanted. Coherent per-family color scheme; every label has a description..github/workflows/label-sync.ymlusingcrazy-max/ghaction-github-labeler(its native config format is.github/labels.yml). Triggers on push tomain(path-filtered) +workflow_dispatch. Least-privilege perms (contents: read,issues: write).WP-A3 · Move remaining community files into
.github/(root −2)git mv CODE_OF_CONDUCT.md .github/— GitHub auto-detects the CoC in.github/, community profile stays green.git mv .golangci.yml .github/.golangci.yml. golangci-lint does not auto-detect config in.github/, so every invocation now passes--config .github/.golangci.yml:unit-tests.yml(golangci-lint-actionargs:),scripts/run-linter.sh,Makefilelint target, and thedocs/development/testing.mdexample. Linter behavior + package set unchanged; verifiedgolangci-lint runis clean against the new path.Conventions
actions/checkout@…v4.3.1,crazy-max/ghaction-github-labeler@…v6.0.0) per the Scorecard Pinned-Dependencies push in the sibling security PR; dependabot (github-actions ecosystem, already configured) keeps them current.🤖 Generated with Claude Code