Skip to content

Commit

Permalink
Merge pull request #173 from oceans404/main
Browse files Browse the repository at this point in the history
add cryptography orgs to open source issue finder
  • Loading branch information
wslyvh authored Mar 7, 2024
2 parents 5e8dc51 + 86c2add commit 6331b32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/services/issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ const orgs = [
'starkware-libs',
'0xPolygon',
'0xPolygonHermez',
// cryptography - mpc and fhe
'nillion-oss',
'Inco-fhevm',
'zama-ai',
]
const orgString = `org:${orgs.join(' org:')}`

Expand Down

0 comments on commit 6331b32

Please sign in to comment.