Z572 <z572@z572.online> writes: > A file should be added to write down these labels > > etc/labels.scm: > #+begin_src scheme > ;; I suggest that the security fix could be a label, so that it can be > ;; quickly filtered and applied > (label (name "security-fixes") > (color "red") > (description "Security fixes for the package."))
Hex code is required for colors. Since the submitter can't change this, it still requires people to add this label first, though. > ;; And I suggest learning nixpkgs, add the label of how many packages need > ;; to be build. > > ;;; rebuild-1-100 rebuild-101-300 rebuild-301-2000 ... > (list (label (name "rebuild-1-100") > ;; It might be the colors that gradually change in sequence. > (color "") > (description name)) > ...) This information should be provided by the Cuirass integration. > ;; > ;; And first-contribution > (label (name "first-contribution") > ;; maybe yellow? > (color "") > (description "This is the first contribution")) > #+end_src