|
| 1 | +# Configuration file to declaratively configure labels |
| 2 | +# Ref: https://github.com/EndBug/label-sync#Config-files |
| 3 | + |
| 4 | +- name: area/bucket |
| 5 | + description: Bucket related issues and PRs |
| 6 | + color: '#169b4e' |
| 7 | +- name: area/ci |
| 8 | + description: Internal CI related issues and pull requests |
| 9 | + color: '#fccb4c' |
| 10 | + aliases: ['area/build'] |
| 11 | +- name: area/docs |
| 12 | + description: Documentation related issues and PRs |
| 13 | + color: '#007bc7' |
| 14 | +- name: area/git |
| 15 | + description: Git related issues and PRs |
| 16 | + color: '#8762c7' |
| 17 | +- name: area/helm |
| 18 | + description: Helm related issues and PRs |
| 19 | + color: '#3c1f81' |
| 20 | +- name: area/oci |
| 21 | + description: OCI related issues and PRs |
| 22 | + color: '#d621a5' |
| 23 | +- name: area/security |
| 24 | + description: Security related issues and PRs |
| 25 | + color: '#e64c15' |
| 26 | +- name: area/storage |
| 27 | + description: Storage related issues and PRs |
| 28 | + color: '#707070' |
| 29 | +- name: area/testing |
| 30 | + description: (Unit) testing related issues and PRs |
| 31 | + color: '#e8c612' |
| 32 | +- name: backport:release/v1.0.x |
| 33 | + description: To be backported to release/v1.0.x |
| 34 | + color: '#ffa600' |
| 35 | +- name: blocked/needs-validation |
| 36 | + description: Requires wider review and validation |
| 37 | + color: '#ffc985' |
| 38 | + aliases: ['blocked-needs-validation'] |
| 39 | +- name: blocked/upstream |
| 40 | + description: Blocked by an upstream dependency or issue |
| 41 | + color: '#a86fbb' |
| 42 | + aliases: ['blocked-upstream'] |
| 43 | +- name: bug |
| 44 | + description: Something isn't working |
| 45 | + color: '#e63946' |
| 46 | +- name: dependencies |
| 47 | + description: Pull requests that update a dependency |
| 48 | + color: '#186faf' |
| 49 | +- name: duplicate |
| 50 | + description: This issue or pull request already exists |
| 51 | + color: '#c4c8cc' |
| 52 | +- name: enhancement |
| 53 | + description: New feature or request |
| 54 | + color: '#68c6e8' |
| 55 | +- name: experimental |
| 56 | + description: Issues and PRs related to experimental features |
| 57 | + color: '#e5437b' |
| 58 | +- name: good first issue |
| 59 | + description: Good for newcomers |
| 60 | + color: '#6074ff' |
| 61 | +- name: help wanted |
| 62 | + description: Extra attention is needed |
| 63 | + color: '#00a87b' |
| 64 | +- name: hold |
| 65 | + description: Issues and pull requests put on hold |
| 66 | + color: '#e64c15' |
| 67 | +- name: invalid |
| 68 | + description: This doesn't seem right |
| 69 | + color: '#ffffff' |
| 70 | +- name: question |
| 71 | + description: Further information is requested |
| 72 | + color: '#e175e5' |
| 73 | +- name: umbrella-issue |
| 74 | + description: Umbrella issue for tracking progress of a larger effort |
| 75 | + color: '#b162a9' |
| 76 | +- name: wontfix |
| 77 | + description: This will not be worked on |
| 78 | + color: '#c4c8cc' |
0 commit comments