mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-02 12:44:40 +00:00
Display only open bounties on the main page
This commit is contained in:
parent
e8375418d7
commit
2f6a835bba
@ -196,7 +196,11 @@ SELECT
|
||||
r.repo AS repo_name
|
||||
FROM issues i
|
||||
INNER JOIN repositories r
|
||||
ON r.repo_id = i.repo_id;
|
||||
ON r.repo_id = i.repo_id
|
||||
WHERE i.commit_id IS NULL
|
||||
AND NOT EXISTS(SELECT 1
|
||||
FROM pull_requests
|
||||
WHERE issue_number = i.issue_number);
|
||||
|
||||
-- :name owner-bounties-list :? :*
|
||||
-- :doc lists fixed issues
|
||||
|
Loading…
x
Reference in New Issue
Block a user