-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: define label set with "💬 Meeting" (#489)
* ENH: add support for syncing issue labels in meeting repositories * FIX: update label sync configuration to use `labels/physics.toml`
- Loading branch information
Showing
2 changed files
with
99 additions
and
12 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
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,84 @@ | ||
["💥 Epic"] | ||
color = "3E4B9E" | ||
name = "💥 Epic" | ||
description = "Collection of issues" | ||
|
||
["⚙️ Enhancement"] | ||
color = "C2E0C6" | ||
name = "⚙️ Enhancement" | ||
description = "Improvements and optimizations of existing features" | ||
|
||
["⚠️ Interface"] | ||
color = "F9D0C4" | ||
name = "⚠️ Interface" | ||
description = "Breaking changes to the API" | ||
|
||
["⚪ Duplicate"] | ||
color = "CFD3D7" | ||
name = "⚪ Duplicate" | ||
description = "This issue or pull request already exists" | ||
|
||
["✨ Feature"] | ||
color = "C2E0C6" | ||
name = "✨ Feature" | ||
description = "New feature added to the package" | ||
|
||
["❔ Question"] | ||
color = "88506B" | ||
name = "❔ Question" | ||
description = "Discuss this matter in the team" | ||
|
||
["❗ Behavior"] | ||
color = "F9D0C4" | ||
name = "❗ Behavior" | ||
description = "Changes that may affect the framework output" | ||
|
||
["🐛 Bug"] | ||
color = "D93F0B" | ||
name = "🐛 Bug" | ||
description = "Something isn't working" | ||
|
||
["💫 Good first issue"] | ||
color = "F4EAEF" | ||
name = "💫 Good first issue" | ||
description = "Good for newcomers" | ||
|
||
["📋 Task"] | ||
color = "1D76DB" | ||
name = "📋 Task" | ||
description = "Task for the to-do list" | ||
|
||
["📖 Analysis"] | ||
color = "FBE2BD" | ||
name = "📖 Analysis" | ||
description = "About HEP analysis techniques" | ||
|
||
["📖 Software"] | ||
color = "FDF3E4" | ||
name = "📖 Software" | ||
description = "About software development" | ||
|
||
["📖 Theory"] | ||
color = "F7C57B" | ||
name = "📖 Theory" | ||
description = "About PWA theory" | ||
|
||
["📝 Docs"] | ||
color = "BFD4F2" | ||
name = "📝 Docs" | ||
description = "Improvements or additions to documentation" | ||
|
||
["🔨 Maintenance"] | ||
color = "FFCD8F" | ||
name = "🔨 Maintenance" | ||
description = "Maintenance and upkeep improvements" | ||
|
||
["🖱️ DX"] | ||
color = "FEF2C0" | ||
name = "🖱️ DX" | ||
description = "Improvements to the Developer Experience" | ||
|
||
["💬 Meeting"] | ||
color = "BFD4F2" | ||
name = "💬 Meeting" | ||
description = "Weekly PWA working group meeting" |