From 3f1b72c378fbb9eb572e0dfb5340bcaed0245975 Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Tue, 30 Jan 2024 21:53:41 -0800 Subject: [PATCH] add standardized github labels and update action --- .github/labels.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 5a07ca0..5d14504 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -31,6 +31,10 @@ description: "exempt issue from staleness checks" from_name: "keep alive" +- name: "project proposal" + color: "d876e3" + description: "project proposal for interns and GSoC students" + - name: "question" color: "d876e3" description: "Further information is requested" @@ -52,4 +56,4 @@ - name: "won't fix" color: "ffffff" description: "This will not be worked on" - from_name: wontfix + from_name: wontfix \ No newline at end of file