Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Dec 21, 2023
1 parent ff77793 commit e4436f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/helpers/src/issue-checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function checkIssues(client: Octo, pr: number) {
id
number
title
timelineItems(first: 100, itemTypes: [CONNECTED_EVENT]) {
timelineItems(first: 100, itemTypes: [CONNECTED_EVENT, CROSS_REFERENCED_EVENT]) {
__typename
... on PullRequestTimelineItemsConnection{
totalCount
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-issue-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
statuses: read,
}
on:
workflow_dispatch:
pull_request:

jobs:
issue-check:
Expand Down

0 comments on commit e4436f5

Please sign in to comment.