From 8164982f67040b0ca06d261af55d5f263863ef36 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Mon, 18 Dec 2023 02:03:10 +0400 Subject: [PATCH] Allow more than one aspect label (#3526) --- .github/workflows/pr_label_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_label_check.yml b/.github/workflows/pr_label_check.yml index 7a32efa410a..ef0b3585d0c 100644 --- a/.github/workflows/pr_label_check.yml +++ b/.github/workflows/pr_label_check.yml @@ -44,7 +44,7 @@ jobs: - name: Check aspect label uses: docker://agilepathway/pull-request-label-checker:v1.6.11 with: - one_of: ${{ needs.get_label_groups.outputs.aspect }} + any_of: ${{ needs.get_label_groups.outputs.aspect }} repo_token: ${{ secrets.GITHUB_TOKEN }} # List of goal labels: https://github.com/WordPress/openverse/labels?q=goal