Skip to content

Commit

Permalink
FIX: correctly lint PR labels
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 8, 2023
1 parent fa9de8d commit 52ad420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
# cspell:ignore agilepathway
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of:
πŸ› Bug,✨ Feature,βš™οΈ Enhancement,⚠️ Interface,❗ Behavior,πŸ“ Docs,πŸ”¨
Maintenance,πŸ–±οΈ DX
any_of: >
πŸ› Bug,✨ Feature,βš™οΈ Enhancement,⚠️ Interface,❗ Behavior,πŸ“ Docs,
πŸ”¨ Maintenance,πŸ–±οΈ DX
none_of: Epic,πŸ’« Good first issue
repo_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 52ad420

Please sign in to comment.