]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
.github/workflows/config-diff-post-comments.js: introduce "/config check ok" command 64015/head
authorNaveen Naidu <naveennaidu479@gmail.com>
Wed, 18 Jun 2025 16:35:04 +0000 (22:05 +0530)
committerNaveen Naidu <naveennaidu479@gmail.com>
Thu, 19 Jun 2025 03:34:38 +0000 (09:04 +0530)
commit4204f87ba716f60710e376230e3fd9795498a80c
treedb814bc1169922dbd803c3c4e692e11cedfc93c6
parentee5571530a4b69c79572ce2948933ef32dbd3b01
.github/workflows/config-diff-post-comments.js: introduce "/config check ok" command

Currently, we use the "Check ceph config" CI check to remind users about
any configuration changes that were detected in the PR. There's no easy
way for the script to detect if the relevant docuemtations has been
updated for the config change that was detected.

Users might get confused to still see the CI check failing even after
updating the relevant docs. We update the text message to help diffuse
the confusion. If the users will still like to see the CI check go green
- they can comment `/config check ok` and re-run the failed test.

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