fix style
This commit is contained in:
parent
99469dc2cb
commit
f70d7d5217
@ -268,8 +268,8 @@ export async function fetchGitHubData({
|
|||||||
changedFiles = pullRequest.files.nodes || [];
|
changedFiles = pullRequest.files.nodes || [];
|
||||||
comments = filterCommentsByActor(
|
comments = filterCommentsByActor(
|
||||||
filterCommentsToTriggerTime(
|
filterCommentsToTriggerTime(
|
||||||
pullRequest.comments?.nodes || [],
|
pullRequest.comments?.nodes || [],
|
||||||
triggerTime,
|
triggerTime,
|
||||||
),
|
),
|
||||||
includeCommentsByActor,
|
includeCommentsByActor,
|
||||||
excludeCommentsByActor,
|
excludeCommentsByActor,
|
||||||
@ -297,8 +297,8 @@ export async function fetchGitHubData({
|
|||||||
contextData = issueResult.repository.issue;
|
contextData = issueResult.repository.issue;
|
||||||
comments = filterCommentsByActor(
|
comments = filterCommentsByActor(
|
||||||
filterCommentsToTriggerTime(
|
filterCommentsToTriggerTime(
|
||||||
contextData?.comments?.nodes || [],
|
contextData?.comments?.nodes || [],
|
||||||
triggerTime,
|
triggerTime,
|
||||||
),
|
),
|
||||||
includeCommentsByActor,
|
includeCommentsByActor,
|
||||||
excludeCommentsByActor,
|
excludeCommentsByActor,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user