tinesoft/ngx-uptodate

Keeps your Angular CLI projects up-to-date via automated pull requests based on `ng update`

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
base-branchThe base branch the PRs will be created fromyesmaster
project-pathThe path to Angular CLI project. Relative to root diredctory('./')yes./
repo-tokenThe GITHUB_TOKEN secretyes
fetch-depthThe depth of commits to fetch on tip of 'base-branch' (default: unlimited)
npm-registryThe NPM registry to use
pr-branch-prefixThe prefix of the PR branch namechore-ng-update-
pr-titleThe title of the PR. Will also be the message of the related PR commitchore(ng-update): update angular dependencies
pr-bodyThe 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-labelsThe labels that should be added to the PR(comma separated)ng-update, automated pr
pr-assigneesThe users that should be assigned to the PR(comma separated)
pr-reviewersThe users that should review the PR(comma separated)
delete-closed-pr-branchesAuto delete branches of previous PRs that have been closedtrue
namedescription
pr-numberThe number of the created/updated PR
ng-update-resultThe result of this action