Automatically label PRs (#9418)

* Automatically label and merge PRs
This commit is contained in:
Amir Omidi
2020-03-05 16:46:06 -08:00
committed by GitHub
parent 673e5a85cb
commit 76cf10d23c
23 changed files with 74960 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
"**/*.ts"
],
"exclude": [
"node_modules/**"
"node_modules/**",
"actions/**"
]
}