sahil-sagwekar2652 / GitHub-Automation-scripts

Bash and Python scripts to automate your Git & GitHub workflow. Made by using only standard python libraries.
https://sahil-sagwekar2652.github.io/GitHub-Automation-scripts/
MIT License
51 stars 63 forks source link

Update or enhancing delete_repo.sh #113

Closed bhavya1857 closed 1 year ago

bhavya1857 commented 1 year ago

Have already mentioned the issue closes #111

sahil-sagwekar2652 commented 1 year ago

we don't need the github_secrets.py file. It's supposed to be created by each user at installation.

bhavya1857 commented 1 year ago

@sahil-sagwekar2652 here we are just enhancing the delete_repo.sh, if it feels not good to you- then you can just close this PR then. Its fine

sahil-sagwekar2652 commented 1 year ago

Don't get me wrong, the idea is good. We just need better implementation. Let me know if you want to work on it or else I'll close it.

bhavya1857 commented 1 year ago

so what all things i need to correct in this

sahil-sagwekar2652 commented 1 year ago

First check the flake8 linter output (github actions) and fix the styling accordingly. You need to import the key from the github_secrets.py file instead of passing it as a comman line argument.

bhavya1857 commented 1 year ago

can you assign this to someone else, as i'm unable to do it