nvaccess / addon-datastore-staging

A fork of addon-datastore used for testing
Other
1 stars 1 forks source link

[Submit add-on]: Version Collector test 1 #57

Closed XLTechie closed 4 months ago

XLTechie commented 4 months ago

Download URL

https://github.com/opensourcesys/versionCollector/releases/download/v23.00.065-beta/versionCollector-23.00.065.nvda-addon

Source URL

https://github.com/opensourcesys/versionCollector/

Publisher

Luke Davis

Channel

beta

License Name

GPL v2

License URL

https://www.gnu.org/licenses/gpl-2.0.html

github-actions[bot] commented 4 months ago

Validation Errors for addons/versionCollector/23.0.65.json:

Failed validating 'enum' in schema['properties']['channel']: {'$id': '#/properties/channel', 'default': '', 'description': 'Used to define pre-release (beta) add-ons. Should be ' "either 'stable', 'beta' or 'dev'", 'enum': ['stable', 'beta', 'dev'], 'examples': ['beta'], 'title': 'The channel for the addon', 'type': 'string'}

On instance['channel']: '"beta"'

XLTechie commented 4 months ago

@seanbudd you might want to update this fork.

I was trying to test pre-CodeQL behavior, but it seems that the fork is at least somewhat broken, if it doesn't recognize that beta == beta.

XLTechie commented 4 months ago

Oh, I see, it's a quote-in-quote issue. Even so, not something that users of the repo can fix. It just did the same thing for stable on another issue, so staging is apparently non-functional.

seanbudd commented 4 months ago

@XLTechie - I've resynced this fork