Skip to content

Commit

Permalink
🐛 Fix pull request query
Browse files Browse the repository at this point in the history
The pull request query from the hub was missing a WHERE condition
  • Loading branch information
julien040 committed Oct 26, 2024
1 parent 7a269a1 commit 49f201d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions queries/pull-request-assigned.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ FROM
github_my_issues ('assigned')
WHERE
state <> 'closed'
/*
AND is_pull_request = true */;
AND is_pull_request = true;

0 comments on commit 49f201d

Please sign in to comment.