File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,16 @@ module Action (Github_api : Api.Github) (Slack_api : Api.Slack) = struct
158
158
let ignore_notifications_from_user cfg req =
159
159
let sender_login =
160
160
match req with
161
- | Github. Push n -> Some n.sender.login
162
- | Pull_request n -> Some n.sender.login
163
- | PR_review n -> Some n.sender.login
164
- | PR_review_comment n -> Some n.sender.login
165
- | Issue n -> Some n.sender.login
166
- | Issue_comment n -> Some n.sender.login
167
- | Commit_comment n -> Some n.sender.login
161
+ | Github. Issue_comment n ->
162
+ Some n.sender.login
163
+ (*
164
+ | Github.Push n -> Some n.sender.login
165
+ | Pull_request n -> Some n.sender.login
166
+ | PR_review n -> Some n.sender.login
167
+ | PR_review_comment n -> Some n.sender.login
168
+ | Issue n -> Some n.sender.login
169
+ | Commit_comment n -> Some n.sender.login
170
+ *)
168
171
| _ -> None
169
172
in
170
173
match sender_login with
You can’t perform that action at this time.
0 commit comments