README.md in danger-jira-0.4.0 vs README.md in danger-jira-0.4.1
- old
+ new
@@ -18,11 +18,14 @@
```ruby
// Dangerfile
jira.check(
key: ["KEY", "PM"],
url: "https://myjira.atlassian.net/browse",
- fail_on_warning: true
+ search_title: true,
+ search_commits: false,
+ fail_on_warning: false,
+ report_missing: true
)
```
With "KEY-123" in the PR title or PR body, Danger will comment with:
@@ -40,10 +43,10 @@
</tbody>
</table>
<p align="right">
- Generated by :no_entry_sign: <a href="http://github.com/danger/danger-js/">dangerJS</a>
+ Generated by :no_entry_sign: <a href="http://github.com/danger/danger/">Danger</a>
</p>
## License
MIT