AKAkira Kureinkuredev.hashnode.dev·Sep 6, 2024 · 3 min readI Built a Tool to Batch Convert Draft Issues to Issues in GitHub ProjectsWhat I Made I created a CLI tool to batch convert Draft Issues into Issues in GitHub Projects. It's built with Ruby. RubyGem link GitHub repository When executed, this: becomes this (Draft Issues are converted to Issues): How to Use You need an...00