feat: send email to owner after member accepted invitation / leave workspace (#4152)

Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
Qi
2023-09-07 13:08:23 +08:00
committed by GitHub
parent 1301605db5
commit 498683ff4c
15 changed files with 259 additions and 47 deletions

View File

@@ -12,15 +12,10 @@
"script": "build"
},
"inputs": [
{
"runtime": "rustc --version"
},
{
"runtime": "node -v"
},
{
"runtime": "clang --version"
}
{ "runtime": "rustc --version" },
{ "runtime": "node -v" },
{ "runtime": "clang --version" },
{ "runtime": "cargo tree" }
],
"outputs": ["{projectRoot}/*.node", "{workspaceRoot}/*.node"]
}