|
| 1 | +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ |
| 2 | + |
| 3 | +repository: |
| 4 | + description: "A full featured, fast Command Line Argument Parser for Rust" |
| 5 | + homepage: "docs.rs/clap" |
| 6 | + topics: "rust cli command-line argparse clap" |
| 7 | + has_issues: true |
| 8 | + has_projects: false |
| 9 | + has_wiki: false |
| 10 | + has_downloads: true |
| 11 | + default_branch: master |
| 12 | + |
| 13 | + # Preference: people do clean commits |
| 14 | + allow_merge_commit: true |
| 15 | + # Backup in case we need to clean up commits |
| 16 | + allow_squash_merge: true |
| 17 | + # Not really needed |
| 18 | + allow_rebase_merge: false |
| 19 | + |
| 20 | + allow_auto_merge: true |
| 21 | + delete_branch_on_merge: true |
| 22 | + |
| 23 | + squash_merge_commit_title: "PR_TITLE" |
| 24 | + squash_merge_commit_message: "PR_BODY" |
| 25 | + merge_commit_message: "PR_BODY" |
| 26 | + |
| 27 | +#labels: |
| 28 | +# - name: "A-builder" |
| 29 | +# description: "Area: Builder API" |
| 30 | +# color: '#f7e101' |
| 31 | +# - name: "A-derive" |
| 32 | +# description: "Area: #[derive]` macro API" |
| 33 | +# color: '#f7e101' |
| 34 | +# - name: "A-docs" |
| 35 | +# description: "Area: documentation, including docs.rs, readme, examples, etc..." |
| 36 | +# color: '#f7e101' |
| 37 | +# - name: "A-completion" |
| 38 | +# description: "Area: completion generator" |
| 39 | +# color: '#f7e101' |
| 40 | +# - name: "A-help" |
| 41 | +# description: "Area: Help or usage messages" |
| 42 | +# color: '#f7e101' |
| 43 | +# - name: "A-meta" |
| 44 | +# description: "Area: administrative question or tracking issue" |
| 45 | +# color: '#f7e101' |
| 46 | +# - name: "A-parsing" |
| 47 | +# description: "Area: Parser's logic and needs it changed somehow." |
| 48 | +# color: '#f7e101' |
| 49 | +# - name: "A-validators" |
| 50 | +# description: "Area: ArgMatches validation logic |
| 51 | +# color: '#f7e101' |
| 52 | +# - name: "C-bug" |
| 53 | +# description: "Category: Things not working as expected" |
| 54 | +# color: '#f5f1fd' |
| 55 | +# - name: "C-enhancement" |
| 56 | +# description: "Category: Raise on the bar on expectations" |
| 57 | +# color: '#f5f1fd' |
| 58 | +# - name: "C-tracking-issue" |
| 59 | +# description: "Category: A tracking issue for an unstable feature" |
| 60 | +# color: '#f5f1fd' |
| 61 | +# - name: "C-dependencies" |
| 62 | +# description: "Category: Updating dependencies" |
| 63 | +# color: '#f5f1fd' |
| 64 | +# - name: "E-easy" |
| 65 | +# description: "Call for participation: Experience needed to fix: Easy / not much" |
| 66 | +# color: '#02E10C' |
| 67 | +# - name: "E-medium" |
| 68 | +# description: "Call for participation: Experience needed to fix: Medium / intermediate" |
| 69 | +# color: '#02E10C' |
| 70 | +# - name: "E-hard" |
| 71 | +# description: "Call for participation: Experience needed to fix: Hard / a lot" |
| 72 | +# color: '#02E10C' |
| 73 | +# - name: "E-help-wanted" |
| 74 | +# description: "Call for participation: Help is requested to fix this issue." |
| 75 | +# color: '#02E10C' |
| 76 | +# - name: "S-triage" |
| 77 | +# description: "Status: New; needs maintainer attention." |
| 78 | +# color: '#D3DDDD' |
| 79 | +# - name: "S-blocked" |
| 80 | +# description: "Status: Blocked on something else such as an RFC or other implementation work." |
| 81 | +# color: '#D3DDDD' |
| 82 | +# - name: "S-experimental" |
| 83 | +# description: "Status: Ongoing experiment that does not require reviewing and won't be merged in its current state." |
| 84 | +# color: '#D3DDDD' |
| 85 | +# - name: "S-waiting-on-design" |
| 86 | +# description: "Status: Waiting on user-facing design to be resolved before implementing" |
| 87 | +# color: '#D3DDDD' |
| 88 | +# - name: "S-waiting-on-decision" |
| 89 | +# description: "Status: Waiting on a go/no-go before implementing" |
| 90 | +# color: '#D3DDDD' |
| 91 | +# - name: "S-waiting-on-mentor" |
| 92 | +# description: "Status: Needs elaboration on the details before doing a 'Call for participation'" |
| 93 | +# color: '#D3DDDD' |
| 94 | +# - name: "S-waiting-on-author" |
| 95 | +# description: "Status: This is awaiting some action (such as code changes or more information) from the author." |
| 96 | +# color: '#D3DDDD' |
| 97 | +# - name: "M-breaking-change" |
| 98 | +# description: "Meta: Implementing or merging this will introduce a breaking change." |
| 99 | +# color: '#E10C02' |
| 100 | +# - name: "M-unreviewed" |
| 101 | +# description: "Meta: Request for post-merge review." |
| 102 | +# color: '#E10C02' |
| 103 | + |
| 104 | +# This serves more as documentation. |
| 105 | +# Branch protection API was replaced by rulesets but settings isn't updated. |
| 106 | +# See https://github.com/repository-settings/app/issues/825 |
| 107 | +# |
| 108 | +# branches: |
| 109 | +# - name: master |
| 110 | +# protection: |
| 111 | +# required_pull_request_reviews: null |
| 112 | +# required_conversation_resolution: true |
| 113 | +# required_status_checks: |
| 114 | +# # Required. Require branches to be up to date before merging. |
| 115 | +# strict: false |
| 116 | +# contexts: ["CI", "Spell Check with Typos"] |
| 117 | +# enforce_admins: false |
| 118 | +# restrictions: null |
0 commit comments