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

feat: add option to skip ci run #213

Merged
merged 9 commits into from
Dec 17, 2021
Merged

feat: add option to skip ci run #213

merged 9 commits into from
Dec 17, 2021

Commits on Nov 28, 2021

  1. feat: add option to skip ci run

    Add feature to ask user should ci run be skipped.
    nenadfilipovic committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    f8fd629 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. chore: make prompt disabled by default

    Set promptCi as false by default to preserve current user experience.
    nenadfilipovic committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d57b4be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06980a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. refactor: replace input box prompt with quick select prompt

    Use quick select prompt instead of input box.
    nenadfilipovic committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    75c23bd View commit details
    Browse the repository at this point in the history
  2. chore: make prompt disabled by default

    Set promptCi as false by default to preserve current user experience.
    nenadfilipovic committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    35f4d8d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. style: format documentation

    Format markdown table inside readme with http://markdowntable.com/.
    nenadfilipovic committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    7fe096e View commit details
    Browse the repository at this point in the history
  2. docs: update promptCi documentation

    Update promptCi documentation that reflects that prompt is disabled by default.
    nenadfilipovic committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    592122c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    4e88a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64ae12 View commit details
    Browse the repository at this point in the history