Skip to content

Commit

Permalink
fix string label 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Aug 3, 2023
1 parent 815aa92 commit bb008ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Check
uses: docker://agilepathway/pull-request-label-checker:latest
with:
none_of: 'deprecated','enhancement','pr: clean','pr: breaking','pr: new feature','pr: fix','refactoring','pr: test'
prefix_mode: true
none_of: "deprecated","enhancement","pr:"
- name: Comment
uses: actions/github-script@v4
with:
Expand Down

0 comments on commit bb008ef

Please sign in to comment.