Command | Explain |
---|---|
/check |
Retrigger all CI checks |
/check jobname |
Retrigger jobname |
/assign @username |
Assign @username for the given PR |
/review @username |
Add @username to reviewer |
/merge |
Merge PR if meed all merge requirement |
/+1 or /approve |
Add a approve label (maintainer-only) |
/check jobname
UsageAssume you want to retrigger a job says build-distribution / check_job / archlinux-build
, then you need to use /check archlinux-build
or /check check_job/archlinux-build
to retrigger it.
To make life easier, you can also use the following Tampermonkey script by:
https://raw.githubusercontent.com/deepin-community/deepin-chatopt-script/main/chatopt.js
as a user scriptPlease note: /approve
is only for marking purpose, for actual code review, you still need to go through the GitHub's code review process.