You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run gum confirm 'Would you like to open an issue to build ${pkg}${versionspec}?' && gh create issue -R teaxyz/pantry -t "${pkg}${versionspec}" -b "Please build ${pkg}${versionspec}!" -l "version-request"
The text was updated successfully, but these errors were encountered:
well I think yes, it makes sense to error well if you are trying to install a pkg that isn't available locally or remotely via dependencies for build or test or the rest. So… approved! lol
pkg inv ${pkg}
gum confirm 'Would you like to open an issue to build ${pkg}${versionspec}?' && gh create issue -R teaxyz/pantry -t "${pkg}${versionspec}" -b "Please build ${pkg}${versionspec}!" -l "version-request"
The text was updated successfully, but these errors were encountered: