Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add waiting label #1449

Merged
merged 1 commit into from
Apr 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
color: a2eeef
- name: github_actions
description: Pull requests that update Github_actions code
color: "000000"
color: '000000'
- name: good first issue
description: Good for newcomers
color: 7057ff
Expand All @@ -42,7 +42,7 @@
color: e4e669
- name: performance
description: Performance
color: "016175"
color: '016175'
- name: python
description: Pull requests that update Python code
color: 2b67c6
Expand All @@ -67,3 +67,6 @@
- name: votes needed
description: Vote for this feature to encourage prioritization!
color: e2ed82
- name: waiting
description: Waiting for something
color: daa036
Loading