diff options
author | 2024-04-04 01:28:08 +0000 | |
---|---|---|
committer | 2024-04-04 20:39:47 +0000 | |
commit | 1a8a0c95c5411877468ed89f04c55d781d88ecdd (patch) | |
tree | d5dd78fae3976d19d92b6b81c29c9496b2c4ea89 | |
parent | a60ca092c8f188daf512e71aef3d663cb3e7082e (diff) |
Add project config to be notified on changes.
Test: N/A
Change-Id: Ie533898c9fde5572e99221cc78f9db758a122a1e
-rw-r--r-- | packages/CredentialManager/shared/project.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/CredentialManager/shared/project.config b/packages/CredentialManager/shared/project.config new file mode 100644 index 000000000000..f748d6cb9f2e --- /dev/null +++ b/packages/CredentialManager/shared/project.config @@ -0,0 +1,9 @@ +[notify "team"] + header = cc + email = sgjerry@google.com + email = helenqin@google.com + email = hemnani@google.com + email = shuanghao@google.com + email = harinirajan@google.com + type = new_changes + type = submitted_changes
\ No newline at end of file |