Created
February 9, 2022 10:15
-
-
Save SubhadityaMukherjee/4a279d61aac470dc6b370be209534b4a to your computer and use it in GitHub Desktop.
set up
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
list_of_orgs = [ | |
] # Enter a list of organizations you created | |
""" | |
eg: list_of_orgs = [ | |
"backups", "image-process", "old-codes" | |
] | |
""" | |
sites = ''' | |
''' # A comma separated list of repository names | |
#eg : algos, dsa, theylia, zeus | |
to_put = [ | |
] # put D if you want to delete it or put the list index number . eg : pr-codes, nodejs-helpers | |
# eg : 1, 3, "D", 1 | |
""" | |
PLEASE CONFIRM THE ABOVE VALUES ARE RIGHT | |
results: | |
algos will go to backups | |
dsa will go to old-codes | |
theylia will be deleted | |
zeus will go to backups | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment