diff --git a/.github/labels.yml b/.github/labels.yml index 66a021cdb..2d0f68ad2 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -23,12 +23,12 @@ - name: "maintenance" color: 2af79e description: "Generic maintenance tasks." -- name: "chore" - color: 2af79e - description: "Generic chore." - name: "ci" color: 1d76db description: "Work that improves the continue integration." +- name: "dependencies" + color: 1d76db + description: "Upgrade or downgrade of project dependencies." - name: "in-progress" color: fbca04 @@ -76,3 +76,10 @@ - name: "priority-low" color: e4ea8a description: "Nice addition, maybe... someday..." + +- name: "major" + color: b60205 + description: "This PR causes a major version bump in the version number." +- name: "minor" + color: 0e8a16 + description: "This PR causes a minor version bump in the version number."