1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Create projectStatus.yml

This commit is contained in:
Sarah Edwards
2021-03-03 10:22:50 -08:00
committed by GitHub
parent ac9d219a1e
commit dee31f0aa4

34
.github/commands/projectStatus.yml vendored Normal file
View File

@@ -0,0 +1,34 @@
trigger: project_status
title: Project status
description: Update the team on your project's status.
surfaces:
- issue
steps:
- type: menu
id: project
label: Project name
options:
- Technical Debt
- Add Widget
- Bug Bash
- type: form
style: embedded
body:
- type: dropdown
attributes:
label: Color
description: What's the status of your project?
options:
- label: 🟢 Green
value: 🟢
- label: 🟡 Yellow
value: 🟡
- label: 🔴 Red
value: 🔴
- type: textarea
attributes:
label: Details
description: What should the team know about the status of your project?
placeholder: Recent achievements, blockers, requests for help, etc.
- type: fill
template: "The {{ data.project }} project is status {{ data.Color }}. {{ data.Details }}"