Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wasanx25 committed Mar 12, 2022
1 parent 1c23f7b commit 8a6ffde
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/check-bundle-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,13 @@ jobs:
}
if (stat['delta'] || stat['added'].length > 0 || stat['removed'].length > 0 || stat['changed'].length > 0) {
bundle_diff = true
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 Thanks for reporting!'
})
break
}
}
})

console.log('--------')
console.log(bundle_diff)
console.log('--------')

if (bundle_diff) {
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 Thanks for reporting!'
})
}

0 comments on commit 8a6ffde

Please sign in to comment.