elementary/appcenter-review-parse

Parses information for the appcenter-review repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenA GitHub API tokenno${{ github.token }}
workspaceThe git repository to parse for filesno${{ github.workspace }}
regexJS Regex to parse the file path into usable datanoapplications\/(?<rdnn>[a-zA-Z0-9\.]+)\/(?<version>.*)\.json
namedescription
rdnnRDNN of the application we are reviewing
versionSemver version of the application we are reviewing
sourceThe source code url for the code we are reviewing
commitThe commit ref of the source code we are reviewing
end-of-lifeMark build as end-of-life
end-of-life-rebaseMark new refs as end-of-life. This one takes an ID that supersedes the current one. By the user's request, the application data may be preserved for the new application. Note, this is actually a prefix match, so if you say org.the.app=org.new.app, then something like org.the.app.Locale will be rebased to org.new.app.Locale.