-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Branch Scanning #258
base: master
Are you sure you want to change the base?
Add Branch Scanning #258
Conversation
Note: please allow me to do the merging after review. I have a customer currently using the script off of this branch. |
@JennieOhyoung this is really great! Can you update it to use spaces instead of tabs? The formatting of the additions makes some of the additions a bit hard to follow 🙏 🙇 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the suggested changes feature only allows one line at a time, but lines 119
-145
, as well as 266
-269
have formatting issues as well. Might be a bit of a nit-pick, but helps with the readability when it's all formatted the same 🙇
Co-Authored-By: Jared Murrell <[email protected]>
end | ||
# Get all the branches so we can loop through them | ||
if @branches | ||
@client.branches(repo).each do |branch| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JennieOhyoung: looks as if indenting is broken here
I made some changes to this script because: