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