-
-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
Copied from the old matrix-org react-sdk labels (which weren't synced from github it seems).
.github/labels.yml
Outdated
color: "#0366d6" | ||
- name: "Sponsored" | ||
color: "#b506d8" | ||
- name: "T-Defect" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is upstream in https://github.com/element-hq/element-meta/labels.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh right... I can't find where though? https://github.com/element-hq/element-meta/blob/develop/.github/labels.yml is empty...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are created manually on meta I believe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh! I thought they all came from yaml definitions - okay, gotcha.
.github/labels.yml
Outdated
- name: "T-Deprecation" | ||
description: "A pull request that makes something deprecated" | ||
color: "#98e6ae" | ||
- name: "T-Enhancement" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this
.github/labels.yml
Outdated
- name: "T-Enhancement" | ||
description: "New features, changes in functionality, performance boosts, user-facing improvements" | ||
color: "#98e6ae" | ||
- name: "T-Task" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this
.github/labels.yml
Outdated
color: "ff7979" | ||
- name: "X-Breaking-Change" | ||
color: "#ff7979" | ||
- name: "X-Release-Blocker" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this
Can we use the labels from element-meta too? |
Quality Gate passedIssues Measures |
Copied from the old matrix-org react-sdk labels (which weren't synced from github it seems).
Checklist
public
/exported
symbols have accurate TSDoc documentation.