Skip to content

FIX: define label set with "💬 Meeting" #489

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

Merged
merged 3 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
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
27 changes: 15 additions & 12 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,19 @@ jobs:

- name: Sync issue labels for physics repositories
run: |
labels sync --filename labels/default.toml --owner ComPWA --repo .github
labels sync --filename labels/default.toml --owner ComPWA --repo .github-private
labels sync --filename labels/default.toml --owner ComPWA --repo gluex-amplitude
labels sync --filename labels/default.toml --owner ComPWA --repo gluex-nstar
labels sync --filename labels/default.toml --owner ComPWA --repo gluex-nstar-analysis
labels sync --filename labels/default.toml --owner ComPWA --repo K-matrix-research
labels sync --filename labels/default.toml --owner ComPWA --repo Nstar-docs
labels sync --filename labels/default.toml --owner ComPWA --repo polarimetry
labels sync --filename labels/default.toml --owner ComPWA --repo PWA-JPsi2pbarSigmaKS
labels sync --filename labels/default.toml --owner ComPWA --repo report
labels sync --filename labels/default.toml --owner ComPWA --repo RUB-EP1-AG
labels sync --filename labels/default.toml --owner ComPWA --repo strong2020-salamanca
labels sync --filename labels/physics.toml --owner ComPWA --repo .github
labels sync --filename labels/physics.toml --owner ComPWA --repo .github-private
labels sync --filename labels/physics.toml --owner ComPWA --repo gluex-amplitude
labels sync --filename labels/physics.toml --owner ComPWA --repo gluex-nstar
labels sync --filename labels/physics.toml --owner ComPWA --repo gluex-nstar-analysis
labels sync --filename labels/physics.toml --owner ComPWA --repo K-matrix-research
labels sync --filename labels/physics.toml --owner ComPWA --repo Nstar-docs
labels sync --filename labels/physics.toml --owner ComPWA --repo polarimetry
labels sync --filename labels/physics.toml --owner ComPWA --repo PWA-JPsi2pbarSigmaKS
labels sync --filename labels/physics.toml --owner ComPWA --repo report
labels sync --filename labels/physics.toml --owner ComPWA --repo strong2020-salamanca
labels sync --filename labels/physics.toml --owner ComPWA --repo PWA-pages

- name: Sync issue labels for meeting repository
run: |
labels sync --filename labels/meeting.toml --owner ComPWA --repo RUB-EP1-Fritsch
84 changes: 84 additions & 0 deletions labels/meeting.toml
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"