diff --git a/.github/labels.yml b/.github/labels.yml index 6fc63e1..d2b5a48 100755 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -2,7 +2,7 @@ - name: "breaking-change" color: ee0701 description: "A change that changes the API or breaks backward compatibility for users." -- name: "bugfix" +- name: "bug" color: ee0701 description: "Inconsistencies or issues which will cause a problem for users or implementors." - name: "documentation" @@ -33,12 +33,6 @@ - name: "in-progress" color: fbca04 description: "Issue is currently being worked on by a developer." -- name: "stale" - color: fef2c0 - description: "No activity for quite some time." -- name: "no-stale" - color: fef2c0 - description: "This is exempt from the stale bot." - name: "security" color: ee0701