Add Preset code owners for ephemeral test env workflows (#14238)

This commit is contained in:
Rob DiCiuccio
2021-04-19 22:19:18 -07:00
committed by GitHub
parent 13bf023100
commit 25922e341f

5
.github/CODEOWNERS vendored
View File

@@ -1,3 +1,8 @@
# Notify all committers of DB migration changes, per SIP-59
# https://github.com/apache/superset/issues/13351
/superset/migrations/ @apache/superset-committers
# Notify Preset team when ephemeral env settings are changed
.github/workflows/ecs-task-definition.json @robdiciuccio @craig-rueda @benjreinhart
.github/workflows/docker-ephemeral-env.yml @robdiciuccio @craig-rueda @benjreinhart
.github/workflows/ephemeral*.yml @robdiciuccio @craig-rueda @benjreinhart