description |
---|
Learn how to invoke Slash commands using GitHub Comments. Slash commands enable teams to manage pull requests directly from the GitHub pull request page. |
Slash commands enable teams to manage their pull requests with Aviator directly from the GitHub pull request page. The commands are invoked by including the line /aviator <command>
anywhere in your pull request comment (as long as it's on a line by itself).
{% hint style="warning" %} Only one slash command per comment is allowed. {% endhint %}
For instance, to get the latest status of your pull request from Aviator, you can post an /aviator refresh
command in your PR.
Slash command to get the latest PR status
{% hint style="info" %} Checkout the reference guide for list of all the slash commands. {% endhint %}