Skip to content

Commit

Permalink
Update .repoman.yml (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo authored May 7, 2024
1 parent 36e28b0 commit 3de7504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .repoman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ issues:
pass:
- check:
- type: query
value: "length(Issue.labels[?name == 'doc-enhancement' || name == 'product-question' || name == 'in-progress' || name == 'test-issue' || name == 'kudos' || name == 'loc' || name == 'doc-bug' || name == 'product-feedback' || name == 'code-of-conduct' || name == 'support-request' || name == 'duplicate' || name == 'resolved-by-customer' || name == 'docs-experience' || name == 'doc-provided' || name == 'doc-idea' || name == 'needs-more-info']) != `0`"
value: "length(Issue.labels[?name == ':pushpin: seQUESTered' || name == ':world_map: reQUEST' || name == 'doc-enhancement' || name == 'product-question' || name == 'in-progress' || name == 'test-issue' || name == 'kudos' || name == 'loc' || name == 'doc-bug' || name == 'product-feedback' || name == 'code-of-conduct' || name == 'support-request' || name == 'duplicate' || name == 'resolved-by-customer' || name == 'docs-experience' || name == 'doc-provided' || name == 'doc-idea' || name == 'needs-more-info']) != `0`"
pass:
- labels-remove: [":watch: Not Triaged"]
fail:
Expand Down

0 comments on commit 3de7504

Please sign in to comment.