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
{{template "repo" .Event.GetRepo}} New pull request {{template "pullRequest" .Event.GetPullRequest}} was opened by {{template "user" .Event.GetSender}}.
228
+
{{template "repo" .Event.GetRepo}} New pull request {{template "pullRequest" .Event.GetPullRequest}} was opened by {{template "user" .Event.GetSender}}{{template "subscriptionLabel" .Label}}.
223
229
{{- else -}}
224
230
#### {{.Event.GetPullRequest.GetTitle}}
225
231
##### {{template "eventRepoPullRequest" .Event}}
226
-
#new-pull-request by {{template "user" .Event.GetSender}}
232
+
#new-pull-request by {{template "user" .Event.GetSender}}{{template "subscriptionLabel" .Label}}
{{template "repo" .Event.GetRepo}} New issue {{template "issue" .Event.GetIssue}} opened by {{template "user" .Event.GetSender}}.
281
+
{{template "repo" .Event.GetRepo}} New issue {{template "issue" .Event.GetIssue}} opened by {{template "user" .Event.GetSender}}{{template "subscriptionLabel" .Label}}.
276
282
{{- else -}}
277
283
#### {{.Event.GetIssue.GetTitle}}
278
284
##### {{template "eventRepoIssue" .Event}}
279
-
#new-issue by {{template "user" .Event.GetSender}}
285
+
#new-issue by {{template "user" .Event.GetSender}}{{template "subscriptionLabel" .Label}}
0 commit comments