Skip to content

Instantly share code, notes, and snippets.

@zahmadsaleem
Created March 7, 2021 06:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zahmadsaleem/dc459e9317b700deca58dd22cfc9c87a to your computer and use it in GitHub Desktop.
Save zahmadsaleem/dc459e9317b700deca58dd22cfc9c87a to your computer and use it in GitHub Desktop.
Bulk edit github issues
#!/bin/bash
for i in {535..591}
do
gh issue edit $i --milestone "V2.0" --add-project "Kanban Board"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment