Skip to content

Commit

Permalink
Add "IBM maintained" labels (#664)
Browse files Browse the repository at this point in the history
Since the removal of tiers, we want a way to show which projects are
maintained by IBM Quantum. This PR adds a label to those projects.
  • Loading branch information
frankharkins authored Feb 2, 2024
1 parent 7bb16e1 commit 50fac22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion ecosystem/resources/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
"name": "Hardware",
"description": "For quantum hardware design or quantum control"
},
{
"name": "IBM maintained",
"description": "Officially maintained by IBM Quantum"
},
{
"name": "Julia",
"description": "Written in the Julia programming language"
Expand Down Expand Up @@ -111,4 +115,4 @@
"name": "Visualization",
"description": "Produces images, animations, or graphical user interfaces"
}
]
]
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-aer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Qiskit Aer"
url = "https://github.com/Qiskit/qiskit-aer"
description = "High-performance quantum computing simulators with realistic noise models."
licence = "Apache 2.0"
labels = [ "Circuit simulator",]
labels = [ "IBM maintained", "Circuit simulator",]
created_at = 1636403010.377695
updated_at = 1636403010.377697
stars = 421
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-ibm-provider.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ licence = "Apache 2.0"
contact_info = ""
alternatives = ""
affiliations = "IBM"
labels = [ "Provider", "Partner",]
labels = [ "IBM maintained", "Provider", "Partner",]
created_at = 1654696732.591266
updated_at = 1654696732.591279
stars = 73
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-ibm-runtime.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ licence = "Apache 2.0"
contact_info = ""
alternatives = ""
affiliations = "IBM"
labels = [ "Provider", "Partner",]
labels = [ "IBM maintained", "Provider", "Partner",]
created_at = 1654696489.147673
updated_at = 1654696489.147699
stars = 117
Expand Down

0 comments on commit 50fac22

Please sign in to comment.