File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ You can optionally provide a **status condition** to specify additional requirem
215
215
``` json
216
216
{
217
217
"match" : {
218
- "field" : " context" | "description" | "sha" | " target_url",
218
+ "field" : " context" | "description" | "target_url",
219
219
"re" : string // a regular expression
220
220
}
221
221
}
Original file line number Diff line number Diff line change 2
2
type comparable_field = [
3
3
| Context <json name="context">
4
4
| Description <json name="description">
5
- | Sha <json name="sha">
6
5
| Target_url <json name="target_url">
7
6
] <ocaml repr="classic">
8
7
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ module Status = struct
10
10
let value_of_field = function
11
11
| Context -> Some notification.context
12
12
| Description -> notification.description
13
- | Sha -> Some notification.sha
14
13
| Target_url -> notification.target_url
15
14
in
16
15
let rec match_condition = function
You can’t perform that action at this time.
0 commit comments