mscharley/Add a changeset for dependency updates
Github Action to publish changesets to dependency update PR's
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changeset-folder | Which folder to store your changesets in | no | .changeset |
| token | A Github access token used to push commits back to the PR | no | — |
| use-semantic-commits | Deprecated: use use-conventional-commits instead | no | — |
| use-conventional-commits | Whether to respect conventional commit prefixes | no | true |
| commit-message | The message to use for commits | no | chore(deps): changeset for dependency update |
| author-name | The name of the author to use when committing | no | — |
| author-email | The email for the author to use when committing | no | — |
| author-dco | Whether a custom author should sign off using DCO | no | false |
| sign-commits | Generate signed commits. This uses a different Github API which conflicts with custom author information. | no | false |
Outputs
| name | description |
|---|---|
| created-changeset | Whether a new changeset was created or not |