chore(codeflow): disable codeflow on issues (#26530)

This commit is contained in:
Sean Perkins
2023-01-05 14:44:47 -05:00
committed by GitHub
parent c996384786
commit dd71a3b5f3

10
.stackblitz/codeflow.json Normal file
View File

@@ -0,0 +1,10 @@
{
"bot": {
"issues": {
"enabled": false
},
"pullRequests": {
"enabled": true
}
}
}