mathew: remove emoji from planning names

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
This commit is contained in:
Mathew Wicks 2025-06-26 16:00:32 -07:00 committed by GitHub
parent 3c0d164ee2
commit a18a2d4d39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
name: 🗂️ [Planning] Epic
description: 🛑 Only intended to be used by Kubeflow Notebooks 2.0 project managers
name: "[Planning] Epic"
description: "🛑 Only intended to be used by Kubeflow project managers"
title: "[EPIC] <short description>"
labels:
- "kind/plan-epic"

View File

@ -1,5 +1,5 @@
name: ✨ [Planning] Feature
description: 🛑 Only intended to be used by Kubeflow Notebooks 2.0 project managers
name: "[Planning] Feature"
description: "🛑 Only intended to be used by Kubeflow project managers"
title: "[FEATURE] <short description>"
labels:
- "kind/plan-feature"

View File

@ -1,5 +1,5 @@
name: 🔧 [Planning] Task
description: 🛑 Only intended to be used by Kubeflow Notebooks 2.0 project managers
name: "[Planning] Task"
description: "🛑 Only intended to be used by Kubeflow project managers"
title: "[TASK] <short description>"
labels:
- "kind/plan-task"