diff --git a/bashlava.sh b/bashlava.sh index 8205622..09761b4 100755 --- a/bashlava.sh +++ b/bashlava.sh @@ -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 @@ -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; @@ -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 diff --git a/docs/prompt_show_ci_status.md b/docs/prompt_show_ci_status.md deleted file mode 100755 index 9e61826..0000000 --- a/docs/prompt_show_ci_status.md +++ /dev/null @@ -1,4 +0,0 @@ -Watch 📺 ci status on Github Actions? - -- `1` ... |`y`,`ci` -- `2` ... |`n`