You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Do not create comment if there are no configuration changes
@@ -42,8 +49,8 @@ ${configDiff}
42
49
\`\`\`
43
50
44
51
45
-
The above configuration changes are found in the PR. Please update the relevant release documentation if necessary.
46
-
`;
52
+
The above configuration changes are found in the PR. Please update the relevant release documentation if necessary.
53
+
Ignore this comment if docs are already updated. To make the "Check ceph config changes" CI check pass, please comment \`/config check ok\` and re-run the test. `;
47
54
48
55
// List all files in the pull request
49
56
core.info("Fetching list of files changed in the pull request...");
@@ -64,7 +71,7 @@ The above configuration changes are found in the PR. Please update the relevant
64
71
core.info(`Annotating file: ${file.filename}`);
65
72
// Show annotations only at the start of the file
66
73
core.notice(
67
-
`Configuration changes detected in ${file.filename}. Please update the release documentation if necessary.`,
74
+
`Configuration changes detected in ${file.filename}. Please update the release documentation if necessary. Ignore if already done`,
0 commit comments