You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adding targetURL when using `status` action
* spelling
* adding validation link to the wiki
* allowing targetURL to be passed in the rules
* Update README.md
Co-authored-by: Simon Liu <cyamonide@gmail.com>
* adding link for Description validation
* proper link
* Update herald_rules/validate_description_is_present.json
Co-authored-by: Simon Liu <cyamonide@gmail.com>
* Update herald_rules/validate_issue_is_present.json
Co-authored-by: Simon Liu <cyamonide@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ Every rule can be written in JSON with the following key-value pairs:
85
85
|`customMessage`|`string`| No | Message to be commented on the pull request when the rule is applied (requires `action === comment`) |
86
86
|`users`|`string[]`| No | GitHub user handles (or emails) on which the rule will take action. It will not be used when `action` is set to `comment` and `customMessage` field is present |
87
87
|`teams`|`string[]`| No | GitHub teams on which the rule will take action. It will not be used when `action` is set to `comment` and `customMessage` field is present |
88
+
|`targetURL`|`string`| No | When `action` set to `status`, link to which the [Details](https://github.blog/2012-09-04-commit-status-api/) link will point |
88
89
|`labels`|`string[]`| No | Github labels which the rule will add. Only valid when `action` field is set to `label`|
89
90
|`errorLevel`|`string`| No | Currently, supported error levels are `none`, `error`, by default is set to `none`, you can read more [here](#error-levels)|
0 commit comments