tinesoft/ngx-uptodate
Keeps your Angular CLI projects up-to-date via automated pull requests based on `ng update`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| base-branch | The base branch the PRs will be created from | yes | master |
| project-path | The path to Angular CLI project. Relative to root diredctory('./') | yes | ./ |
| repo-token | The GITHUB_TOKEN secret | yes | — |
| fetch-depth | The depth of commits to fetch on tip of 'base-branch' (default: unlimited) | — | — |
| npm-registry | The NPM registry to use | — | — |
| pr-branch-prefix | The prefix of the PR branch name | — | chore-ng-update- |
| pr-title | The title of the PR. Will also be the message of the related PR commit | — | chore(ng-update): update angular dependencies |
| pr-body | The body of the PR | — | [ngx-uptodate](https://github.com/tinesoft/ngx-uptodate) 🤖 has automatically run `ng update` for you and baked this hot 🔥 PR , ready to merge. <details> <summary>Ng Update Output:</summary> ${ngUpdateOutput} </summary> </details> |
| pr-labels | The labels that should be added to the PR(comma separated) | — | ng-update, automated pr |
| pr-assignees | The users that should be assigned to the PR(comma separated) | — | — |
| pr-reviewers | The users that should review the PR(comma separated) | — | — |
| delete-closed-pr-branches | Auto delete branches of previous PRs that have been closed | — | true |
Outputs
| name | description |
|---|---|
| pr-number | The number of the created/updated PR |
| ng-update-result | The result of this action |