Releases: cds-snc/backstage-catalog-info-helper-action
Releases · cds-snc/backstage-catalog-info-helper-action
Fix: reverting to JS Action
Composite action was not behaving as expected so reverting to a standard JS GH Action. Workflow will need to deal with the PR creation.
Fix: npm ci failing
Temporarily switching to npm install while further investigation of the npm ci issues
Support repo license and languages
Features
- Add support for repository license and languages
v0.1.0
Basic functionalities to generate the catalog-info.yaml file supported.
Requires:
- GH App ID and Private Key with permissions to READ repository information and WRITE on Pull Requests
Features:
- Authenticates with Read/Write GH App ID & Private Key
- Gets repo data
- Gets teams data
- If repo doesn't have a catalog-info.yaml file:
- Generates basic catalog-info.yaml file as per Backstage documentation
- Creates a PR to add the file