logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 046490350fd3864116ccc9911a9fee03a0ffbd50
parent c9299b6259fc2435df15626c1cc4bc6859533a08
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 22 Jan 2024 11:16:38 +0100

notes/gitlab: Comment Commands

Diffstat:

Mnotes/gitlab.shtml29+++++++++++++++++++++++++++++
1 file changed, 29 insertions(+), 0 deletions(-)

diff --git a/notes/gitlab.shtml b/notes/gitlab.shtml @@ -9,6 +9,35 @@ <main> <p>To have RSS feeds on commits just put .atom after the branch name.</p> <p>In example: <a href="https://gitlab.com/lanodan/blog/commits/master?utf8=%E2%9C%93&amp;search=notes%2F">original</a> search for commit about notes and <a href="https://gitlab.com/lanodan/blog/commits/master.atom?utf8=%E2%9C%93&amp;search=notes%2F">result</a></p> + + <h2>Comment Commands</h2> + <p>Couldn't find documentation, here's the list, with proper sorting in an efficient view, none of that scrolling madness with barely even 5 items shown at once.</p> + <dl> + <dt>/approve</dt> <dd>Approve a merge request</dd> + <dt>/assign @user</dt> <dd>Assign</dd> + <dt>/assign_reviewer @user</dt> <dd>Assign reviewer</dd> + <dt>/cc @user</dt> <dd>CC</dd> + <dt>/close</dt> <dd>Close this merge request</dd> + <dt>/copy_metadata #issue | !merge_request</dt> <dd>Copy labels and milestone from other issue or merge request in this project</dd> + <dt>/done</dt> <dd>Mark to do as done</dd> + <dt>/draft</dt> <dd>Set the Draft status</dd> + <dt>/estimate &lt;1w 3d 2h 14m&gt;</dt> <dd>Set time estimate</dd> + <dt>/label ~label1 ~"label 2"</dt> <dd>Add labels</dd> + <dt>/lock</dt> <dd>Lock the discussion</dd> + <dt>/milestone %"milestone"</dt> <dd>Set milestone</dd> + <dt>/react :emoji:</dt> <dd>Toggle emoji reaction</dd> + <dt>/ready</dt> <dd>Set the Ready status</dd> + <dt>/rebase</dt> <dd>Rebase source branch</dd> + <dt>/remove_estimate</dt> <dd>Remove time estimate</dd> + <dt>/remove_time_spent</dt> <dd>Remove spent time</dd> + <dt>/shrug &lt;Comment&gt;</dt> <dd>Append the comment with ¯\_(ツ)_/¯</dd> + <dt>/spend &lt;time(1h30m | -1h30m)&gt; &lt;date(YYYY-MM-DD)&gt;</dt> <dd>Add or subtract spent time</dd> + <dt>/submit_review</dt> <dd>Submit a review</dd> + <dt>/tableflip &lt;Comment&gt;</dt> <dd>Append the comment with (╯°□°)╯︵ ┻━┻</dd> + <dt>/target_branch &lt;Local branch name&gt;</dt> <dd>Set target branch</dd> + <dt>/title &lt;New title&gt;</dt> <dd>Change title</dd> + <dt>/unsubscribe</dt> <dd>Unsubscribe</dd> + </dl> </main> <!--#include file="/templates/en/footer.shtml" --> </body>