feelepxyz/dependabot-changesets
Autogenerate changesets for dependabot pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 4, 2023
- License
- MIT
Pinned Snippet
uses: feelepxyz/dependabot-changesets@088619209e26134e4817fc0e7aba82cfdc10373a # v1.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | — | no | ${{ github.token }} |
| commit_message | Commit message | no | Add changeset for dependabot updates |
| branch | Git branch name, where changes should be pushed too. Required if Action is used on the `pull_request` event | no | ${{ github.head_ref }} |
| repository | Local file path to the git repository. Defaults to the current directory (`.`) | no | ${{ github.repository }} |
| commit_user_name | Name used for the commit user | no | github-actions[bot] |
| commit_user_email | Email address used for the commit user | no | 41898282+github-actions[bot]@users.noreply.github.com |
| default_semver_update_type | Default semver type for dependabot updates | no | patch |
Outputs
no outputs