+ Add tips for gitea and gogs mr.

This commit is contained in:
caoyanyi
2024-05-23 14:22:14 +08:00
parent 2050b65f41
commit 84b74a00a0
6 changed files with 7 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ $lang->mr->acceptTip = 'Please approve this MR before merge';
$lang->mr->conflictsTip = 'This merge request has conflicts, cannot be merged';
$lang->mr->noChangesTip = 'Source branch and target branch have no changes, cannot be merged';
$lang->mr->compileTip = 'This merge request pipeline build is not successful, cannot be merged';
$lang->mr->notifyTip = 'This merge request has conflicts or no changes, cannot be merged';
$lang->mr->branchUpdateTip = 'Branch has been updated, execute pipeline';
$lang->mr->repeatedOperation = 'Do not repeat operations';