Skip to content

Instantly share code, notes, and snippets.

@wwerner
Created November 11, 2020 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwerner/4673e06949d8c3f5a56ae2c3ea745cfc to your computer and use it in GitHub Desktop.
Save wwerner/4673e06949d8c3f5a56ae2c3ea745cfc to your computer and use it in GitHub Desktop.
Probot Settings App Label Example
labels:
- name: "T:Question ❓"
description: "Type: Question - Needs discussion w/ team and/or stakeholders"
color: E8F5E9
- name: "T:Bug 🐛"
description: "Type: Bug - Something does not work as expected"
color: E8F5E9
- name: "T:Feature ✨"
description: "Type: Feature - Provides a new feature"
color: E8F5E9
- name: "T:Refactoring 🛠"
description: "Type: Refactoring - Improves internal structure w/o changing functionality"
color: E8F5E9
- name: "E:Production 🔴"
description: "Environment: Production - Occurs on production"
color: F44336
- name: "E:Staging 🟠"
description: "Environment: Staging - Occurs on staging"
color: FF9800
- name: "A:Example A"
description: "Application: Example A"
color: EEEEEE
- name: "A:Example B"
description: "Application: Example B"
color: EEEEEE
- name: "C:Component 1"
description: "Component: Component 1"
color: B2EBF2
- name: "C:Component 2"
description: "Component: Component 2"
color: B2EBF2
- name: "P:low ⬇️"
description: "Priority: low"
color: 43A047
- name: "P:high ⬆️"
description: " Priority: high"
color: E65100
- name: "R:Duplicate"
description: "Resolution: Duplicate - There is already an issue for the same topic"
color: FFF9C4
- name: "R:Wontfix"
description: "Resolution: Wont Fix - This issue will not be worked on, state reason in the comments"
color: FFF9C4
- name: "R:Invalid"
description: "Resolution: Invalid - This is not an issue, explain in the comments"
color: FFF9C4
- name: "Ext:Partner 1"
description: "External Partner: Resolution requires Partner 1"
color: F0F4C3
- name: "Ext:Partner 2"
description: "External Partner: Resolution requires Partner 2"
color: F0F4C3
- name: "Proj:Project 1"
description: "Project: Logical Project 1"
color: 90CAF9
- name: "Proj:Project 2"
description: "Project: Logical Project 2"
color: 90CAF9
@wwerner
Copy link
Author

wwerner commented Nov 11, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment