README.md in danger-jira-0.4.2 vs README.md in danger-jira-0.5.0
- old
+ new
@@ -18,14 +18,15 @@
```ruby
// Dangerfile
jira.check(
key: ["KEY", "PM"],
url: "https://myjira.atlassian.net/browse",
- search_title: true,
- search_commits: false,
- fail_on_warning: false,
- report_missing: true
+ search_title: true,
+ search_commits: false,
+ fail_on_warning: false,
+ report_missing: true,
+ skipabble: true
)
```
With "KEY-123" in the PR title or PR body, Danger will comment with:
@@ -45,9 +46,13 @@
<p align="right">
Generated by :no_entry_sign: <a href="http://github.com/danger/danger/">Danger</a>
</p>
+
+## Skipping
+
+You can skip danger checking for a JIRA issue by having `[no-jira]` in your title or PR body.
## License
MIT