|
1 | | -# Each line is a file pattern followed by one or more owners, which can be an individual user, multiple users, or a team. |
2 | | -# For lines that contain two or more owners, the first owner is the primary topic writer, the second owner is the secondary writer. |
3 | | -# The LAST matched pattern takes precedence, so specific items should be placed LATER in the file. |
4 | | - |
5 | | -# Format for owners is |
6 | | -# Username @sfc-gh-<ldap_name> |
7 | | -# Team @snowflakedb/team |
8 | | - |
9 | | - |
10 | | -# * @global-owner-of-last-resort |
11 | | - |
12 | | -# You can also use email addresses if you prefer. They'll be |
13 | | -# used to look up users just like we do for commit author |
14 | | -# emails. |
15 | | - |
16 | | - |
17 | | - |
18 | | -# Jenkinsfile @snowflakedb/repository-test-owner |
19 | | - |
20 | | -# We are not aiming to identify ownership for every directory or file yet, but for now add a few rules as examples so we can update as we go. |
21 | | - |
22 | | -# More details: |
23 | | - # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
24 | | - |
25 | | - # Syntax, which is based on the rules for the .gitignore file: https://git-scm.com/docs/gitignore#_pattern_format |
26 | | - |
27 | | -#************************************************************** |
28 | | -# General structure and notes |
29 | | -# - Top to bottom starting in the root directory. |
30 | | -# - Directories first, then individual files. |
31 | | -# - Keep it alphabetical in the sections. |
32 | | -# - A forward slash (/) matches everything in a directory. |
33 | | -# - A wildcard (*) matches everything except the forward slash. |
34 | | -#************************************************************** |
35 | | - |
36 | | -# DOCS CONTENT |
37 | | - |
| 1 | +* @global-owner-of-last-resort @sfc-gh-kmcgrady @sfc-gh-tteixeira |
38 | 2 | /content* @streamlit/docs-writers |
0 commit comments