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