jamilomar/Auto Publish Changeset Action
Action to automatically publish a changeset when a PR is merged
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cwd | The current working directory | no | — |
| commitMessage | The commit message to use when committing the changeset | yes | chore: publish changeset |
| publishScript | The script to run to publish the changeset | no | "" |
| versionScript | The script to run to bump the version | no | "" |
| username | The github name from the user | no | "" |
| The github email from the user | no | "" | |
| force | Indicates if the github push should be forced | no | false |
Outputs
| name | description |
|---|---|
| hadChangeset | Indicates if a changeset was found during the process |