Skip to content

Instantly share code, notes, and snippets.

View BigLep's full-sized avatar

Steve Loeppky BigLep

  • Freelancing; ex-Protocol Labs
  • WA
View GitHub Profile
@BigLep
BigLep / main.py
Created May 25, 2023 22:36
Bulk adding issues/prs from repos to a project board for boxo repo consolidation
###
# 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
##############