Update labels.yml - seasons to quarters (#5956)

Winter, Spring, Summer, Autumn.
This can only apply in northern hemisphere countries.  Southern hemisphere is the opposite months.

First quarter, second quarter, third quarter, fourth quarter are universal options.
This commit is contained in:
schwar3kat
2023-11-23 10:27:01 +13:00
committed by GitHub
parent c51f412df8
commit 10b552937d

8
.github/labels.yml vendored
View File

@@ -1,15 +1,15 @@
- name: "02" - name: "02"
color: "76B4D9" color: "76B4D9"
description: "Milestone: Winter release" description: "Milestone: First quarter release"
- name: "05" - name: "05"
color: "AADB79" color: "AADB79"
description: "Milestone: Spring release" description: "Milestone: Second quarter release"
- name: "08" - name: "08"
color: "4B649F" color: "4B649F"
description: "Milestone: Summer release" description: "Milestone: Third quarter release"
- name: "11" - name: "11"
color: "D58125" color: "D58125"
description: "Milestone: Autumn release" description: "Milestone: Fourth quarter release"
- name: "Backlog" - name: "Backlog"
color: "d4c5f9" color: "d4c5f9"
description: "Stalled work that needs to be completed" description: "Stalled work that needs to be completed"