Add Preset code owners for ephemeral test env workflows (#14238)
This commit is contained in:
parent
13bf023100
commit
25922e341f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue