This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# Context: https://github.com/ipfs/boxo/issues/202 | |
# Most of this was generated with a couple of ChatGPT prompts | |
### | |
############## | |
# ChatGPT: | |
# write a python script to add open github issues and PRs in a set of github repos to a v2 github project board using the graphql api and addProjectV2ItemById | |
# did some tweaks based on https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects#updating-projects | |
############## |