##// END OF EJS Templates
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits....
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits. This is required to increase the versions on each concurrent call. Otherwise we could get into an integrity errors of commitsha+version+repo

File last commit:

r3290:ac4e4e5a default
r3408:2a133f7e stable
Show More
mention-reviewer-function.rst
39 lines | 1.1 KiB | text/x-rst | RstLexer
/ docs / collaboration / mention-reviewer-function.rst
project: added all source files and assets
r1 .. _user-notify-ref:
Using Notifications
-------------------
To notify users of items that require their attention you can use the mention
docs: added SAML documentation....
r3290 function. The mention function allows you to use ``@username`` within |RCE|.
project: added all source files and assets
r1 The notification function can be used within the following
items to highlight their need for attention:
* Commit messages
* Pull requests
* Inline comments
* Code review
.. note::
Mentioned users will receive an email and a notification.
Pull Request Notifications
--------------------------
To notify a user of a pull request, use the following steps.
1. Open the repository fork
2. Select :guilabel:`Open new pull request`
3. Add the :guilabel:`@username` in the :guilabel:`Pull request viewers`
input field.
4. Select :guilabel:`Submit Pull Request`
Commit Message Notifications
----------------------------
To notify a user in a commit message, use the following steps.
1. Open a repository with commits in it.
2. Click on the commit message or revision number.
3. Add an :guilabel:`@username` in an inline comment or in your approval
comment and commit.