timonmasberg/NX Migration Action
This Action checks your current NX version, migrates the project in a new branch and opens a PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repoToken | Repository secret | yes | — |
| base | The name of the branch you want the changes pulled into. | no | main |
| includeMigrationsFile | If false, the migrations.json file will be deleted after running the migrations. It is considered best-practice to check-in the migrations.json. | no | true |
| prTitle | Title of the PR where $VERSION is the new version of NX. | no | Migrate NX to $VERSION |
Outputs
| name | description |
|---|---|
| prId | Issue ID of the created PR |