forked from streamlit/streamlit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
19 lines (16 loc) · 999 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# We need to take additional care when making changes to Python dependencies
# to ensure that Streamlit works with as wide a range of packages/package
# versions as possible.
lib/setup.py @streamlit/open-source-release-team
# `audit_frontend_dependencies` ensures that the libraries we ship
# with our frontend code don't violate Snowflake open source policy.
scripts/audit_frontend_licenses.py @streamlit/open-source-release-team
# Ensure changes to our GitHub Actions and related files are reviewed by
# someone closely familiar with how our CI works.
.github/ @streamlit/open-source-release-team @mayagbarnes
# Changes to the following files/directories are likely to have backwards
# compatibility implications for platforms that host Streamlit apps, so we need
# to be extra-careful with these.
proto/ @streamlit/open-source-release-team
lib/streamlit/web/server/server.py @streamlit/open-source-release-team
frontend/lib/src/DefaultStreamlitEndpoints.ts @streamlit/open-source-release-team