Skip to content

Commit

Permalink
add onyx repo to query
Browse files Browse the repository at this point in the history
  • Loading branch information
arosiclair committed Dec 13, 2022
1 parent c4753e1 commit 336553f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ function getIssues(assignee = 'none', labels) {
query += ' repo:Expensify/VendorTasks';
query += ' repo:Expensify/Insiders';
query += ' repo:Expensify/Expensify-Guides';
query += ' repo:Expensify/react-native-onyx';

if (assignee === 'none') {
query += ' no:assignee';
Expand Down

0 comments on commit 336553f

Please sign in to comment.