This is an automated email from the ASF dual-hosted git repository.
robdiciuccio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 25922e3 Add Preset code owners for ephemeral test env workflows
(#14238)
25922e3 is described below
commit 25922e341f3e926812f4d633d649c4f6e4f17eec
Author: Rob DiCiuccio <[email protected]>
AuthorDate: Mon Apr 19 22:19:18 2021 -0700
Add Preset code owners for ephemeral test env workflows (#14238)
---
.github/CODEOWNERS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 665175d..a73debe 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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