]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
.github/workflows/scripts/config-diff-post-comment.js: fix config check ok logic 64296/head
authorNaveen Naidu <naveennaidu479@gmail.com>
Wed, 2 Jul 2025 04:52:02 +0000 (10:22 +0530)
committerNaveen Naidu <naveennaidu479@gmail.com>
Wed, 2 Jul 2025 04:52:02 +0000 (10:22 +0530)
commit5382bf2908ae9c484a6aa3afdd9a2401cfd2e48f
tree5c29a036eaec2d65a6b0e7a57fa1dc2cc1946320
parent2dd02b569408077fabcd153832627a4d65fd0e9f
.github/workflows/scripts/config-diff-post-comment.js: fix config check ok logic

currently, whenever a "config diff tool output" comment is created it
also has the string `/config check ok` string in it. The next time the
test run it see's this text and assumes that the user has commented it.
We fix the logic to makes sure that we ignore such cases.

Signed-off-by: Naveen Naidu <naveennaidu479@gmail.com>
.github/workflows/scripts/config-diff-post-comment.js