You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/collections/_documentation/workflow/issue-owners.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Issue Owner rules use the following structure:
43
43
44
44
`type:glob owner`
45
45
46
-
`type` can be either `path`or `url`, depending on whether you’re specifying a pathor URL.
46
+
`type` can be either `path`, `url`or `tags.TAG_NAME`, depending on whether you’re specifying a path, URL or on a specific tag.
47
47
48
48
`glob` will be the path or URL you are specifying (for example, `src/javascript/*` or `https://www.example.io/checkout`. You can use the _*_ character to match everything, or the _?_ character to match any single character. _This feature does not support regex._
0 commit comments