diff --git a/src/main/webapp/help/help-ignore-pull-request-conflicts.html b/src/main/webapp/help/help-ignore-pull-request-conflicts.html index 16e5345..a12af4f 100644 --- a/src/main/webapp/help/help-ignore-pull-request-conflicts.html +++ b/src/main/webapp/help/help-ignore-pull-request-conflicts.html @@ -1,3 +1,5 @@
- Ignore the Pull Request conflict to trigger the build + If this option is selected, + the build will be triggered regardless of whether the Pull Request conflicts or not, + otherwise the Pull Request conflict will not trigger the build.
diff --git a/src/main/webapp/help/help-ignore-pull-request-conflicts_zh_CN.html b/src/main/webapp/help/help-ignore-pull-request-conflicts_zh_CN.html index 8a5bb47..29d23d2 100644 --- a/src/main/webapp/help/help-ignore-pull-request-conflicts_zh_CN.html +++ b/src/main/webapp/help/help-ignore-pull-request-conflicts_zh_CN.html @@ -1,3 +1,3 @@
- 是否忽略 Pull Request 冲突触发构建 + 若勾选此选项,则无论 Pull Request 是否冲突都将触发构建,否则 Pull Request 冲突即不触发构建