if you just want a blanket lift and shit, this should work for you. make sure you have the github-cli installed and authenticated. https://cli.github.com/
```
for issue_num in $(gh --repo damus-io/android issue list --jq '.[].number' --json 'number' --limit 150); do gh --repo damus-io/android issue transfer $issue_num damus-io/notedeck; done
```
i ran it on my machine and it seemed to run fine. however, i obviously don't have the right permissions to do so.