Skip to content
#

submodule

Here are 143 public repositories matching this topic...

aormsby
aormsby commented Jan 9, 2021

HTTPS is currently the only repository connect option. It would be nice to add an SSH option.

Thoughts on implementation:

  • A string input variable 'ssh' to contain SSH connection data
  • A conditional check to use the SSH or HTTPS URL
  • Would need to set up SSH key as part of action startup
  • Update all URLs to use SSH if selected
ryanraposo
ryanraposo commented Jan 6, 2021

It would be awesome if users of the package (and their extensions) had an easy, 'official' way to control appearance of the page.

For the end-users, it might manifest as two settings:

extension.showWhatsNew (true/false)

extension.whatsNewThreshold ('patch', 'minor', 'major')

@alefragnani I'd love to hear what you think about implementation for this. Could be a combination of snippe

Improve this page

Add a description, image, and links to the submodule topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the submodule topic, visit your repo's landing page and select "manage topics."

Learn more