mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Reorganize labels #111

Closed mrlunchbox777 closed 4 months ago

mrlunchbox777 commented 4 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add a prefix (like status/* or size/*) to most labels

Why?

This helps organize the labels into more obvious groups to more quickly and easily understand what they are identifying.

What-should happen?

Reoganization

changes/*:

kind/*:

status/*:

unsorted:


Changes

Steps to Test

  1. Repeat the following for each changes/*, kind/*, status/*, and unsorted (replacing resources)
    1. gh api repos/mrlunchbox777/basic-setup/labels | jq -r '.[].name' | grep resources should return resources
  2. Repeat the following for each changes/* (replacing resources)
    1. yq '.resources' .github/labeler.yaml should return a yaml object named resources that points at all files recursively under resources/

Code of Conduct