README.md in danger-github_ext-0.0.2 vs README.md in danger-github_ext-0.0.3

- old
+ new

@@ -28,14 +28,34 @@ <blockquote>List current statuses for the head commit <pre> github.statuses</pre> </blockquote> +<blockquote>Update the title of the pull request + <pre> +github.update_pr_tile 'Updated title'</pre> +</blockquote> +<blockquote>Update the body of the pull request + <pre> +github.update_pr_body 'Updated body'</pre> +</blockquote> +<blockquote>Close the pull request + <pre> +github.close</pre> +</blockquote> +<blockquote>Open the pull request + <pre> +github.open</pre> +</blockquote> + + + + #### Methods `mergeable?` - Whether mergeable and mergeable status is clean `labels` - Get labels @@ -43,9 +63,17 @@ `add_labels` - add labels to pull request `remove_labels` - remove labels from pull request `statuses` - get current commit statuses + +`update_pr_title` - Update the title of the pull request + +`update_pr_body` - Update the body of pull request + +`close` - Close the pull request + +`open` - Open the pull request