Skip to content

Commit

Permalink
Allow more than one aspect label (#3526)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 17, 2023
1 parent f8c6345 commit 8164982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_label_check.yml
Expand Up @@ -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
Expand Down

0 comments on commit 8164982

Please sign in to comment.