Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .repoman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ issues:
- projects-add: [35]
- labels-remove: [":watch: Not Triaged"]
- assignee-add: ["guardrex"]
- check:
- type: metadata-comment
name: content source
value: "(?i).*main\/aspnetcore\/client-side\/import-export-interop.md"
pass:
- labels-add: ["Blazor"]
- projects-add: [35]
- labels-remove: [":watch: Not Triaged"]
- assignee-add: ["guardrex"]

# If the word appears anywhere in the file name path, add the label
- check:
Expand Down
Loading