Fix headings

This commit is contained in:
Brandon Keepers 2016-10-30 11:50:06 -05:00
parent ff3a0106da
commit c526432b73
No known key found for this signature in database
GPG Key ID: F9533396D5FACBF6
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Here are some examples of interesting things you can do by combining these compo
if labeled(bug)
then assign(random(file(OWNERS)));
# Perform actions based on content of comments
### Perform actions based on content of comments
on issue_comment.opened
if @issue.body matches /^@probot assign @(\w+)$/
@ -73,7 +73,7 @@ Here are some examples of interesting things you can do by combining these compo
on release.published
then tweet("Get it while it's hot! {{ repository.name }} {{ release.name }} was just released! {{ release.html_url }}")
# Assign a reviewer issues or pull requests with a label
### Assign a reviewer issues or pull requests with a label
on issues.opened and pull_request.opened and issues.labeled and pull_request.labeled
if labeled(security)