From ee25c8f649d6f73fdcc38b4906ab88c390b205ed Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:02:09 -0500 Subject: [PATCH] Add chore label to list of required labels --- .github/workflows/pr-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 71bd723..027dc51 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -24,7 +24,7 @@ jobs: PR_NUMBER=${{ github.event.pull_request.number }} REPO=${{ github.repository }} - REQUIRED_LABELS=("bug" "ci/cd" "dependencies" "documentation" "enhancement" "formatting" "refactoring" "testing") + REQUIRED_LABELS=("bug" "chore" "ci/cd" "dependencies" "documentation" "enhancement" "formatting" "refactoring" "testing") LABELS=$(gh pr view "$PR_NUMBER" --repo "$REPO" --json labels --jq '.labels[].name') echo "PR labels:"