Merge pull request #112 from mithro/fix-power-pins

Fix power pins
diff --git a/.github/labels.yml b/.github/labels.yml
index 03452bb..221fa99 100644
--- a/.github/labels.yml
+++ b/.github/labels.yml
@@ -26,6 +26,10 @@
   description: "This issue is suitable for a new person who has never contributed to the PDK before."
   color: "5cafc4" # weird blue
 
+- name: "in-progress"
+  description: "This issue has someone already working on solving it and has made substantial progress."
+  color: "ff0010" # bright red
+
 # Labels related to type of GitHub issue
 - name: "type-bug"
   description: "Something isn't working"