Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e189f commit 6b136ceCopy full SHA for 6b136ce
1 file changed
.github/workflows/issue-write.yml
@@ -31,7 +31,7 @@ jobs:
31
script: |
32
var fs = require('fs');
33
const comments = JSON.parse(fs.readFileSync('./comments'));
34
- if (!comments) {
+ if (!comments || comments.length == 0) {
35
return;
36
}
37
0 commit comments