title | description |
---|---|
Automation - Review JavaScript Exceptions |
Automatically post a comment that requests the author to throw a specific exception. |
Post a comment that requests the author to throw a specific exception.
!!! info "Configuration Description"
Conditions (all must be true):
* A JavaScript file is modified.
* A general exception is thrown.
Automation Actions:
* Post a comment that requests the author to specify the exception being thrown.
!!! example "Review JavaScript Exceptions"
```yaml+jinja
--8<-- "docs/downloads/automation-library/languages/javascript/review_javascript_exceptions.cm"
```
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/languages/javascript/review_javascript_exceptions.cm){ .md-button }