Skip to content

Commit 71b7fa4

Browse files
matthewdalealcaeus
andauthored
Allow ignore-for-release label to satisfy label checker [v2] (#2209)
Co-authored-by: Andreas Braun <[email protected]>
1 parent 61d7903 commit 71b7fa4

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)