We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0f4dc commit 3ab242aCopy full SHA for 3ab242a
.github/workflows/pull-request-comments.yml
@@ -265,7 +265,7 @@ jobs:
265
const comments = ( await github.rest.issues.listComments( commentInfo ) ).data;
266
267
for ( const currentComment of comments ) {
268
- if ( currentComment.user.type === 'Bot' && currentComment.body.includes( 'Build Script Results Comparison' ) ) {
+ if ( currentComment.user.type === 'Bot' && currentComment.body.includes( 'Build Server Comparison' ) ) {
269
commentInfo.comment_id = currentComment.id;
270
break;
271
}
0 commit comments