Skip to content

Commit

Permalink
Add training-module label as trigger to remove not triaged (dotnet#41050
Browse files Browse the repository at this point in the history
)

* Update .repoman.yml

* Update .repoman.yml
  • Loading branch information
adegeo authored May 22, 2024
1 parent 6be6c76 commit 79dfe73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .repoman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ issues:
pass:
- check:
- type: query
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`"
value: "length(Issue.labels[?name == ':pushpin: seQUESTered' || name == ':world_map: reQUEST' || name == 'training-module' || 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:
- labels-add: [":watch: Not Triaged"]
fail:
- check:
- type: query
value: "length(Issue.labels[?name == ':pushpin: seQUESTered' || name == ':world_map: reQUEST']) != `0`"
value: "length(Issue.labels[?name == ':pushpin: seQUESTered' || name == ':world_map: reQUEST' || name == 'training-module']) != `0`"
pass:
- labels-remove: [":watch: Not Triaged"]
fail:
Expand Down

0 comments on commit 79dfe73

Please sign in to comment.