Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Oct 17, 2024
1 parent 41fc323 commit a735796
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/mergebot/src/queries/pr-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,15 @@ const getPRInfoQueryFirst: TypedDocumentNode<PR, PRVariables> = gql`
}
}
timelineItems(last: 200, itemTypes: [REOPENED_EVENT, READY_FOR_REVIEW_EVENT, MOVED_COLUMNS_IN_PROJECT_EVENT, HEAD_REF_FORCE_PUSHED_EVENT]) {
timelineItems(
last: 200
itemTypes: [
REOPENED_EVENT
READY_FOR_REVIEW_EVENT
MOVED_COLUMNS_IN_PROJECT_EVENT
HEAD_REF_FORCE_PUSHED_EVENT
]
) {
nodes {
... on ReopenedEvent {
createdAt
Expand Down

0 comments on commit a735796

Please sign in to comment.