Ash258 / Scoop-GithubActions

Deprecated. Use https://github.com/shovel-org/GithubActions
MIT License
25 stars 18 forks source link

Consider parsed version number from issue title #37

Closed Ash258 closed 5 years ago

Ash258 commented 5 years ago

If loaded manifest and version parsed from issue title does not match post some comment Latest version of manifest is <ver>. You reported different version. Please run scoop update and then try again.

Ash258 commented 5 years ago

if ($problematicVersion -ne $Manifest.Version) { Add-Comment '...'; Close-Issue }