Skip to content

Commit 21f47d4

Browse files
authored
Allow ignore-for-release label to satisfy label checker (#2203)
1 parent 8708ca8 commit 21f47d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
steps:
1616
- uses: docker://agilepathway/pull-request-label-checker:latest
1717
with:
18-
one_of: bug,feature,enhancement,documentation,dependencies
18+
one_of: bug,feature,enhancement,documentation,dependencies,ignore-for-release
1919
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)