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
Copy file name to clipboardExpand all lines: tasks/static_quality_gates/pr_comment.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -224,9 +224,8 @@ def display_pr_comment(
224
224
ifwith_blocking_error:
225
225
body_error_footer+= (
226
226
"\n</details>\n\n"
227
-
"Static quality gates prevent the PR to merge!\n"
228
-
"You can check the static quality gates [confluence page](https://datadoghq.atlassian.net/wiki/spaces/agent/pages/4805854687/Static+Quality+Gates) for guidance. "
229
-
"We also have a [toolbox page](https://datadoghq.atlassian.net/wiki/spaces/agent/pages/4887448722/Static+Quality+Gates+Toolbox) available to list tools useful to debug the size increase.\n"
227
+
"Static quality gate failures prevent this PR from merging!\n"
228
+
"You can check the static quality gates [runbooks page](https://datadoghq.atlassian.net/wiki/spaces/ABLD/pages/6034456675/Static+Quality+Gates+runbooks) for guidance and tools. "
230
229
"Please either fix the size violation or [request an exception](https://datadoghq.atlassian.net/wiki/spaces/ABLD/pages/6034456675/Static+Quality+Gates+runbooks#Exception-process).\n"
0 commit comments