##// END OF EJS Templates
feed-token, user, performance: lazy load the feed_token. We only need it for...
feed-token, user, performance: lazy load the feed_token. We only need it for scope of web requests. For vcs operations, we don't need it. - 20ms to load this can save up much time for SVN requests.

File last commit:

r1:854a839a default
r2424:76f7c7cb default
Show More
approve-pull-request.rst
19 lines | 690 B | text/x-rst | RstLexer

Approve |prs|

To approve a |pr|, use the following steps:

  1. Select :menuselection:`username --> Notifications --> Pull Requests` and open the |pr| you with to approve
  2. Leave your review comments inline, or in the commit message.
  3. Leave a commit message that outlines the review.
  4. Set the review status to :guilabel:`Approved`
  5. Select :guilabel:`Comment`

If you approve the |pr|, you will be able to merge automatically if |RCM| detects that it can do so safely. You will see this message:

:guilabel:`This pull request can be automatically merged.`

Otherwise you will need to merge the |pr| locally and push your changes, see :ref:`manual-merge-requests-ref`.