mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Add resources label and labeler support #109

Closed mrlunchbox777 closed 6 months ago

mrlunchbox777 commented 6 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add the resources label and add labeler support for it

Why?

Resources are a top level directory and contain important files that need to have specific attention paid to them when they change

What-should happen?

Steps to Test

  1. gh api repos/mrlunchbox777/basic-setup/labels | jq -r '.[].name' | grep resources should return resources
  2. yq '.resources' .github/labeler.yaml should return a yaml object named resources that points at all files recursively under resources/

Code of Conduct