elementary/appcenter-review-parse
Parses information for the appcenter-review repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub API token | no | ${{ github.token }} |
| workspace | The git repository to parse for files | no | ${{ github.workspace }} |
| regex | JS Regex to parse the file path into usable data | no | applications\/(?<rdnn>[a-zA-Z0-9\.]+)\/(?<version>.*)\.json |
Outputs
| name | description |
|---|---|
| rdnn | RDNN of the application we are reviewing |
| version | Semver version of the application we are reviewing |
| source | The source code url for the code we are reviewing |
| commit | The commit ref of the source code we are reviewing |
| end-of-life | Mark build as end-of-life |
| end-of-life-rebase | Mark 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. |