Skip to content
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

Navigation Improvements #1

Merged
merged 4 commits into from
Oct 23, 2023
Merged

Navigation Improvements #1

merged 4 commits into from
Oct 23, 2023

Conversation

sminnie
Copy link
Contributor

@sminnie sminnie commented Oct 23, 2023

Added implicit hyperlink references for each section in the README.md, enhancing navigation

megamanics and others added 4 commits October 22, 2023 13:42
fix: correct the installation command for GitHub CLI extension

In the installation script, the command to install the GitHub CLI extension has been updated. Previously, the incorrect extension `ghcli/commit` was being installed, which has now been corrected to the proper extension `ghcli/gh-commit`. This will ensure the right extension to be installed and used in the subsequent git alias for automated commits. 🔧🔧
```
fix(install.sh): Remove OpenAI API key input request during installation

This commit removes the OpenAI API key input request during installation, which is not necessary for our application. Previously, the script would request an OpenAI API key from the user and attempt to write it to the `.bashrc` file. This has been removed as it's unnecessary and could lead to potential leakage of sensitive details. As a replacement, the script will directly print the latest release binary instead. 🕵️‍♀️💼🗝️
```
@sminnie sminnie marked this pull request as ready for review October 23, 2023 00:50
@megamanics megamanics merged commit a67f709 into ghcli:main Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants