Open a merge request from a branch The pipeline for merge request is triggered Close the merge request Push some commit to the branch Reopen the merge request What is the currentbugbehavior? When reopen merge request, the pipeline is not trigged, even there are new commits for the branch. ...
without triage labels, with a polite message to the contributor asking them to reopen the merge request once there is something to review. It may be that they intended to open a merge request at some point and we want to ensure that they feel their contribution will be welcomed at an appr...
GitLab flow:使用Merge/pull requests image.png 合并或拉取请求在git管理应用程序中被创建,并要求指定一个人员合并两个分支。 GitHub和Bitbucket等工具选择将此操作称为pull request,因为(管理员)第一个手动操作是拉取特性分支。而诸如GitLab和Gitorious之类的工具选择将之称之为merge request,因为这是(提交者)请求...
glab issue [list, create, close, reopen, delete, ...] glab pipeline [list, delete, ci status, ci view, ...] glab release glab repo glab label glab alias 使用示例 $ glab auth login --stdin < token.txt $ glab issue list $ glab mr for 123 # Create merge request for issue ...
# 开关一个merge request (close or reopen): mr.state_event = 'close' # or 'reopen' mr.save() # 删除: project.mergerequests.delete(mr_id) # or mr.delete() # 接受: mr.merge() 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. ...
# 开关一个merge request (close or reopen): mr.state_event ='close'# or 'reopen' mr.save() # --- # # --- # # Delete a MR: project.mergerequests.delete(mr_id) # or mr.delete() # ---
This bug also affected me, but thankfully the above suggestion (close and reopen merge request) provides a workaround. It's actually happening repetitively for me now. I had not experienced this issue in the past, with my most recent bug-free merge being about one week ago. James Phelan ...
You can also use the /reopen quick action in a comment or description. Closing issues automatically You can close issues automatically by using certain words, called a closing pattern, in a commit message or merge request description. Administrators of self-managed GitLab instances can change the...
Note Hook Snippet, Merge Request Hook approved, Merge Request Hook unapproved, Merge Request Hook open, Merge Request Hook update, Merge Request Hook merge, Merge Request Hook close, Merge Request Hook reopen, Wiki Page Hook create, Wiki Page Hook update, Job Hook, Build Hook, Pipeline Hook,...
Reopen a review when Optional. Specifies in what cases Collaborator should reopen completed reviews. May include any combination of the following: when a push to a merge request is made, when a comment is added to a merge request, when a comment is added to commit which is a part of a ...