Skip to content

Commit

Permalink
Add api, ux and request for feedback to standard labels
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Jun 30, 2023
1 parent 85aa0a5 commit 3b6d1f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/standard-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# Flux projects. These apply to (almost) every repository.
# Ref: https://github.com/EndBug/label-sync#Config-files

- name: area/api
description: API related issues and pull requests
color: '#ff4081'
- name: area/ux
description: API related issues and pull requests
color: '#7c4dff'
aliases: ['area/UX']
- name: area/ci
description: CI related issues and pull requests
color: '#f7cc45'
Expand Down Expand Up @@ -53,6 +60,9 @@
- name: question
description: Further information is requested
color: '#c95dd4'
- name: request for feedback
description: Feedback is requested from users
color: '#FFD700'
- name: umbrella-issue
description: Umbrella issue for tracking progress of a larger effort
color: '#c45dac'
Expand Down

0 comments on commit 3b6d1f4

Please sign in to comment.