-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: created local '.github/labels.yml' from remote 'shared-files/l…
…abeler/labels.yml.njk'
- Loading branch information
1 parent
3dd4431
commit 3278c21
Showing
1 changed file
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# -------------------------------------------------------------- | ||
# WARNING: This file is managed by centralized sync management system. | ||
# Do not edit this file directly, your changes will be overwritten. | ||
# See https://github.com/orange-cloudavenue/workflows for more information. | ||
# -------------------------------------------------------------- | ||
- name: "enhancement" | ||
color: "a2eeef" | ||
description: "Enhancement" | ||
- name: "community" | ||
color: "FBCA04" | ||
description: "Community related" | ||
- name: "deprecated" | ||
color: "5319E7" | ||
description: "Deprecated feature" | ||
|
||
# Sync | ||
- name: "sync" | ||
color: "0052CC" | ||
description: "Sync" | ||
|
||
# Language | ||
- name: "go" | ||
color: "00ADD8" | ||
description: "Language Golang" | ||
|
||
# Conventional commits (set by Action ) | ||
|
||
- name: "breaking-change" | ||
color: "B60205" | ||
description: "Introduced breaking changes" | ||
- name: "feature" | ||
color: "0E8A16" | ||
description: "New feature" | ||
- name: "fix" | ||
color: "D93F0B" | ||
description: "Bug fix" | ||
- name: "documentation" | ||
color: "0075ca" | ||
description: "Documentation" | ||
- name: "test" | ||
color: "0E8A16" | ||
description: "Test" | ||
- name: "CI/CD" | ||
color: "FBCA04" | ||
description: "CI/CD" | ||
- name: "refactor" | ||
color: "D4C5F9" | ||
description: "Refactor" | ||
- name: "performance" | ||
color: "D4C5F9" | ||
description: "Performance" | ||
- name: "chore" | ||
color: "C2E0C6" | ||
description: "Chore" | ||
- name: "revert" | ||
color: "000000" | ||
description: "Revert" | ||
- name: "WIP" | ||
color: "000000" | ||
description: "Work in progress" | ||
|
||
# Priority | ||
- name: "priority-critical" | ||
color: "B60205" | ||
description: "Priority critical" | ||
- name: "priority-high" | ||
color: "D93F0B" | ||
description: "Priority high" | ||
- name: "priority-medium" | ||
color: "0E8A16" | ||
description: "Priority medium" | ||
- name: "priority-low" | ||
color: "0052CC" | ||
description: "Priority low" | ||
|
||
# PR Size | ||
- name: "size/XS" | ||
color: "0E8A16" | ||
description: "Extra small PR" | ||
- name: "size/S" | ||
color: "0052CC" | ||
description: "Small PR" | ||
- name: "size/M" | ||
color: "FFD700" | ||
description: "Medium PR" | ||
- name: "size/L" | ||
color: "FFA500" | ||
description: "Large PR" | ||
- name: "size/XL" | ||
color: "B60205" | ||
description: "Extra large PR" | ||
|
||
|