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

pr(), mrg() remove prompt that ask if I want to see ci() #17

Merged
merged 1 commit into from
May 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 12 additions & 18 deletions bashlava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@
: '
// START COMMENT BLOCK

# TODO Show_Version(): use a var instead of hard coded
TAG in mainbranch
#4 TODO & backlog
#8 UX
#9 Bugfix
#10 Logic & Condition
#11 docs

PR Title: 0o0o
Impact on: #4, #8, #9 #10, #11


# TODO pr(), mrg() remove prompt that ask if I want to see ci()
Impact on: #4, #10

# TODO dummy commits
create a dummy commit as test quickly the whole workflow
Expand Down Expand Up @@ -208,14 +218,6 @@ function pr { # User_
gh pr create --fill --title "${_pr_title}" --base "${default_branch}"
gh pr view --web # if there is a bug see: /docs/debug_upstream.md

_doc_name="prompt_show_ci_status.md" && Show_Docs
input_2="not_set" #reset input_2
read -r user_input;
case ${user_input} in
1 | y | ci) ci;;
*) my_message="Aborted" && Print_Gray;;
esac

_doc_name="next_move_fct_pr.md" && Show_Docs
input_2="not_set" #reset input_2
read -r user_input;
Expand All @@ -234,14 +236,6 @@ function mrg { # User_

gh pr merge

_doc_name="prompt_show_ci_status.md" && Show_Docs
input_2="not_set" #reset input_2
read -r user_input;
case ${user_input} in
1 | y | ci) ci;;
*) my_message="Aborted" && Print_Gray;;
esac

Show_Version

_doc_name="next_move_fct_mrg.md" && Show_Docs
Expand Down
4 changes: 0 additions & 4 deletions docs/prompt_show_ci_status.md

This file was deleted.