We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912bdde commit 19e78dfCopy full SHA for 19e78df
.github/workflows/check-pull-request-labels.yaml
@@ -45,7 +45,7 @@ jobs:
45
repo: context.repo.repo
46
})
47
const commentMarker = '<!-- dd-trace-java-check-pr-labels-workflow -->'
48
- const blockingComment = comments.data.find(comment => comment.body.includes(commentMarker))
+ let blockingComment = comments.data.find(comment => comment.body.includes(commentMarker))
49
// Create or update blocking comment if there are invalid labels
50
if (hasInvalidLabels) {
51
const commentBody = '**PR Blocked - Invalid Label**\n\n' +
0 commit comments