Open AbelLykens opened 1 year ago
viewer {
repositoriesContributedTo(first: 100, contributionTypes: [COMMIT, ISSUE, PULL_REQUEST, REPOSITORY]) {
totalCount
nodes {
nameWithOwner
}
}
}
}```
results
```{
"data": {
"viewer": {
"repositoriesContributedTo": {
"totalCount": 23,
"nodes": [
{
"nameWithOwner": "tasks/tasks"
},
{
"nameWithOwner": "lightningnetwork/lnd"
},
{
"nameWithOwner": "dsmrreader/dsmr-reader"
},
{
"nameWithOwner": "Wilm0r/giggity"
},
{
"nameWithOwner": "nextcloud/files_texteditor"
},
{
"nameWithOwner": "0xabu/pdfannots"
},
{
"nameWithOwner": "tasks/docs"
},
{
"nameWithOwner": "Coldcard/firmware"
},
{
"nameWithOwner": "ajaxray/markpdf"
},
{
"nameWithOwner": "mtierltd/timetracker"
},
{
"nameWithOwner": "mempool/mempool"
},
{
"nameWithOwner": "irislib/iris-messenger"
},
{
"nameWithOwner": "MeshedPotato/meshedpotato.github.io"
},
{
"nameWithOwner": "DeBitcoinShow/debitcoinshow.github.io"
},
{
"nameWithOwner": "storingbitcoin-info/website"
},
{
"nameWithOwner": "bitcoin-data/mining-pools"
},
{
"nameWithOwner": "nextcloud/recognize"
},
{
"nameWithOwner": "Cameri/nostream"
},
{
"nameWithOwner": "Giszmo/nostr.info"
},
{
"nameWithOwner": "Enfront/btcpay-python-sdk"
},
{
"nameWithOwner": "dskvr/nostr-watch"
},
{
"nameWithOwner": "TechbeeAT/jtxBoard"
},
{
"nameWithOwner": "supertestnet/bitpac"
}
]
}
}
}
}```
Verifying I'm an open source contributor eligible for an open-source ticket.