Skip to content

Commit

Permalink
[fix] Issue Label settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Dec 14, 2023
1 parent 7c32cda commit 62aab18
Showing 1 changed file with 35 additions and 8 deletions.
43 changes: 35 additions & 8 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,44 @@ repository:

labels:
- name: bug
color: CC0000
description: An issue with the system 🐛.
color: '#d73a4a'
description: Something isn't working

- name: documentation
color: '#0075ca'
description: Improvements or additions to documentation

- name: duplicate
color: '#cfd3d7'
description: This issue or pull request already exists

- name: enhancement
color: '#a2eeef'
description: Some improvements

- name: feature
# If including a `#`, make sure to wrap it with quotes!
color: '#336699'
description: New functionality.
color: '#16b33f'
description: New feature or request

- name: good first issue
color: '#7057ff'
description: Good for newcomers

- name: help wanted
color: '#008672'
description: Extra attention is needed

- name: invalid
color: '#e4e669'
description: This doesn't seem right

- name: question
color: '#d876e3'
description: Further information is requested

- name: Help Wanted
# Provide a new name to rename an existing label
new_name: first-timers-only
- name: wontfix
color: '#ffffff'
description: This will not be worked on

branches:
- name: main
Expand Down

1 comment on commit 62aab18

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for next-bootstrap-ts ready!

✅ Preview
https://next-bootstrap-jcg8bz1tu-stevending1st.vercel.app

Built with commit 62aab18.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.