|
| 1 | +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ |
| 2 | + |
| 3 | +repository: |
| 4 | + name: rust-mcp-schema |
| 5 | + description: "A type-safe implementation of the Model Context Protocol (MCP) schema in Rust." |
| 6 | + homepage: "docs.rs/rust-mcp-schema" |
| 7 | + topics: "Model Context Protocol for Rust" |
| 8 | + has_issues: true |
| 9 | + has_projects: false |
| 10 | + has_wiki: false |
| 11 | + has_downloads: true |
| 12 | + default_branch: main |
| 13 | + |
| 14 | + # Clean commits are preferred |
| 15 | + allow_merge_commit: true |
| 16 | + # In case we need to clean up commits |
| 17 | + allow_squash_merge: true |
| 18 | + # not allowed |
| 19 | + allow_rebase_merge: false |
| 20 | + |
| 21 | + allow_auto_merge: true |
| 22 | + delete_branch_on_merge: true |
| 23 | + |
| 24 | + squash_merge_commit_title: "PR_TITLE" |
| 25 | + squash_merge_commit_message: "PR_BODY" |
| 26 | + merge_commit_message: "PR_BODY" |
| 27 | + |
| 28 | + # labels: |
| 29 | + # # 🌱 Feature & Enhancement Labels |
| 30 | + # - name: "feature" |
| 31 | + # color: "1D76DB" # Blue |
| 32 | + # description: "New feature request or enhancement" |
| 33 | + |
| 34 | + # - name: "enhancement" |
| 35 | + # color: "84b6eb" # Light Blue |
| 36 | + # description: "Improvement or refinement of an existing feature" |
| 37 | + |
| 38 | + # # 🐛 Bug Labels |
| 39 | + # - name: "bug" |
| 40 | + # color: "D73A4A" # Red |
| 41 | + # description: "Something isn't working correctly" |
| 42 | + |
| 43 | + # - name: "critical-bug" |
| 44 | + # color: "B60205" # Dark Red |
| 45 | + # description: "A high-priority bug that needs urgent attention" |
| 46 | + |
| 47 | + # # 🔧 Maintenance & Refactoring |
| 48 | + # - name: "refactor" |
| 49 | + # color: "C5DEF5" # Light Blue |
| 50 | + # description: "Code cleanup or restructuring" |
| 51 | + |
| 52 | + # - name: "dependencies" |
| 53 | + # color: "0366D6" # Dark Blue |
| 54 | + # description: "Dependency updates and maintenance" |
| 55 | + |
| 56 | + # # 🛠️ Support & Help Labels |
| 57 | + # - name: "question" |
| 58 | + # color: "D876E3" # Purple |
| 59 | + # description: "General questions and discussions" |
| 60 | + |
| 61 | + # - name: "help wanted" |
| 62 | + # color: "008672" # Green |
| 63 | + # description: "Extra attention is needed, contributors welcome" |
| 64 | + |
| 65 | + # - name: "good first issue" |
| 66 | + # color: "7057FF" # Light Purple |
| 67 | + # description: "Good for first-time contributors" |
| 68 | + |
| 69 | + # # 🔄 Status Labels |
| 70 | + # - name: "wontfix" |
| 71 | + # color: "ffffff" # White |
| 72 | + # description: "This issue will not be fixed" |
| 73 | + |
| 74 | + # - name: "duplicate" |
| 75 | + # color: "CCCCCC" # Gray |
| 76 | + # description: "Duplicate of another issue" |
| 77 | + |
| 78 | + # - name: "invalid" |
| 79 | + # color: "E4E669" # Yellow |
| 80 | + # description: "Not a valid issue or PR" |
| 81 | + |
| 82 | + # # 🚀 Workflow & Priority |
| 83 | + # - name: "in progress" |
| 84 | + # color: "FBCA04" # Orange |
| 85 | + # description: "Work is currently ongoing" |
| 86 | + |
| 87 | + # - name: "blocked" |
| 88 | + # color: "000000" # Black |
| 89 | + # description: "Blocked by another issue or dependency" |
| 90 | + |
| 91 | + # # 📦 Release & Versioning |
| 92 | + # - name: "breaking change" |
| 93 | + # color: "FF0000" # Bright Red |
| 94 | + # description: "A change that requires adjustments by users" |
0 commit comments