Github add PullRequestReviewCommentEvent
This commit is contained in:
parent
45f43d613f
commit
60e8ba04ad
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
||||||
<template v-else-if="event.type == 'PullRequestEvent'">
|
<template v-else-if="event.type == 'PullRequestEvent'">
|
||||||
{{ event.payload.action }} pull request <a v-bind:href="event.payload.pull_request.url" target="_blank">{{ event.payload.pull_request.title }}</a>
|
{{ event.payload.action }} pull request <a v-bind:href="event.payload.pull_request.url" target="_blank">{{ event.payload.pull_request.title }}</a>
|
||||||
</template>
|
</template>
|
||||||
|
<template v-else-if="event.type == 'PullRequestReviewCommentEvent'">
|
||||||
|
commented on pull request <a v-bind:href="event.payload.pull_request.url" target="_blank">{{ event.payload.pull_request.title }}</a>
|
||||||
|
</template>
|
||||||
<template v-else-if="event.type == 'PushEvent'">
|
<template v-else-if="event.type == 'PushEvent'">
|
||||||
pushed to <span v-html="refToLink(event.payload.ref, event.repo.name)"></span>
|
pushed to <span v-html="refToLink(event.payload.ref, event.repo.name)"></span>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue